Matt Furden
e56d772ecf
Return bundle status without using git output text
Instead checking for specific text in the output of the git commands, determine
the status of the bundle by comparing the sha of HEAD before and after the
git pull command.
14 years ago
gmarik
d62b51a8fe
helptags status
- as before Helptags returned 'updated'
14 years ago
gmarik
faf8dd38b6
Safeguard when no matches
- addresses #162 issues
14 years ago
gmarik
eb9eba26b7
Merge pull request #162 from zolrath/master
Create Changelog when performing BundleInstall!
14 years ago
Matt Furden
f84fee8839
Add message on how to view changelog after Update.
If no errors exist, the status-line will inform users how to view the
Changelog after BundleUpdate! is completed.
14 years ago
Matt Furden
a52d4b91f4
Get initial/updated shas from `git pull` output.
Instead of creating a vundle_update tag to compare changes between update
and HEAD we now use the output from `git pull` to get initial/updated shas.
14 years ago
Matt Furden
e999886db5
Use 'new' & 'updated' to build updated_bundle list
Distinction between `new` and `updated` simplifies the process
of adding a bundle to the updated_bundle list.
14 years ago
gmarik
8c4e0a4a31
add `new` status
14 years ago
gmarik
c6f7607e85
add `new` status
14 years ago
Matt Furden
769feb9fff
Add GitHub Compare link to Changelog.
If the Bundle is hosted on GitHub include link to compare the commit range
visually on GitHub.
14 years ago
Matt Furden
09560847ca
Create Changelog when performing BundleInstall!
Keeps track of the current commit with a vundle_update tag before
perfoming an update and adds all commits pulled in the update to a
Changelog accessible via pressing 'u' after BundleInstall! completes.
14 years ago
gmarik
dd8356aea7
Merge pull request #161 from zaiste/readme-link-to-vimified-conf
Link to vimified conf in README
14 years ago
zaiste
d2f36550a9
Link to vimified conf
14 years ago
gmarik
f69ae09a70
Merge pull request #160 from mt3/patch-1
Thanks!
14 years ago
milant
8ef5280448
Fixed typo.
14 years ago
gmarik
47ab21f76d
Merge remote-tracking branch 'origin/master' into faster
14 years ago
gmarik
03ed2bd39e
get rid of unused testing code
14 years ago
gmarik
a910b88797
rename LICENSE.txt to LICENSE-MIT.txt
14 years ago
gmarik
24f1b018c6
LICENSE.txt
- closes #141
14 years ago
gmarik
5b0bb1375d
inline loop
- also work in batches
14 years ago
gmarik
1fce719532
make rtpath an attribute
- having it as a function makes it slower
14 years ago
gmarik
eb6e676d3e
Merge pull request #138 from hametsu/master
change setup url to use HTTPS instead HTTP
14 years ago
TAKANO Mitsuhiro
d9578d0c0d
fix Setup, not using HTTP but HTTPS
14 years ago
gmarik
c9d81623c3
note on how to :BundleInstall from CLI
14 years ago
Sam Lidder
b6071db7a5
make calls to glob* compatible with vim 7.1
14 years ago
gmarik
5e5923c1ea
Merge pull request #128 from bengl/gitignore
Added .gitignore file so as to play nicely as a git submodule.
14 years ago
Bryan English
31f886f75b
Added .gitignore file so as to play nicely as a git submodule.
14 years ago
gmarik
67640fc68b
README: donations
14 years ago
gmarik
de961782d3
test/vimrc update
14 years ago
gmarik
6f7c6d33e8
Docs: add g:vundle_default_git_proto option
14 years ago
gmarik
f6ce31fa38
https is a default proto
- as `http` one just redirects to `https` on GitHub
14 years ago
gmarik
ecb6773c94
update test/vimrc with proto default
14 years ago
gmarik
3e7b39fe52
introduce g:vundle_default_git_proto option
- use `let g:vundle_default_git_proto = 'git'` to set default protocol
to build URIs to clone from
14 years ago
gmarik
877d03bf8d
Docs: wording
14 years ago
gmarik
162b1bdd4f
treat transcient bundles as configured
- "transcient bundle" - a bundle installed with :BundleInstall or interactively
without being declared in .vimrc
- treat them the as if they were configured
- so everything works the same
- ie before this change helptags weren't generated automatically
with `BundleInstall bundle` or with interactive mode
- it changes the way `:BundleClean` works, since it removes directories
that aren't bundles
- FIX: `:source .vimrc` to let `:BundleClean` remove transcient bundles
- closes #99
14 years ago
gmarik
37e82d1e18
Merge pull request #118 from cblunt/patch-1
Updated readme to use "tpope/vim-rails.git" repository.
14 years ago
Chris Blunt
928b3bf2dc
Updated readme to use "tpope/vim-rails.git" repository.
14 years ago
gmarik
73daf4eb9f
replace exec with system()
- closes #64
14 years ago
gmarik
efa26be8f1
nowrap in test/vimrc
14 years ago
gmarik
b00c853e2f
test: use ! in path
14 years ago
gmarik
8640f8c098
TEST: rename install dir
14 years ago
gmarik
4afb0ca805
TEST: `:BundleInstall` on VimEnter
14 years ago
gmarik
c97bfafdd4
%T formatter breaks MS Win use portable instead
- closes #104
14 years ago
gmarik
43080a1e5c
ignore wildignore with expand/glob
- closes #110
14 years ago
gmarik
baa3e989e0
do not BundleInstall in test/vimrc
- TODO: crashes `vim -g -u test/vimrc`
14 years ago
gmarik
88b8120afa
Merge branch 'devel' of https://github.com/rson/vundle
14 years ago
Randy Morris
5adaa6b3c4
give BundleClean prompt a default value of 'y'
Also save/restore input so potential mappings aren't broken.
14 years ago
Randy Morris
b0d3b6f8f6
whitespace changes in the BundleClean input prompt
14 years ago
Randy Morris
99c112fe4f
add whitespace to search map
Prevents the user from having to type a space before the search term.
14 years ago
gmarik
8122fb1a96
fix appending to nomodifiable buffer
- closes #80
14 years ago