gmarik
063f68b26e
expand path
13 years ago
gmarik
66a6de721d
Revert "Allow comments after Bundle declarations"
This reverts commit d840b24072
.
- makes " quotes unusable
13 years ago
Dmitri Iouchtchenko
d840b24072
Allow comments after Bundle declarations
13 years ago
gmarik
06088de231
do not break on helptag generation errors
- just show the message
- closes #46
13 years ago
gmarik
63c3881a79
fix BundleInstall! on windows
- closes #45
- add /d swithc to cd command to perform drive change
- eclose joined commands with quotes
13 years ago
gmarik
a69866a942
expand bundle path
- closes #37
- join is useless there
13 years ago
gmarik
a2c5d5442d
Fix regex
13 years ago
gmarik
2275bf6792
use local variable
13 years ago
gmarik
95d56c5763
comment out echoing
13 years ago
Philip Roberts
997ec86eb5
Fixed typo in bundle installer.
no new bundless installed => no new bundles installed.
13 years ago
gmarik
fcad9a4bbb
closes #31
- append slash to indicate directory, so expand ingnores wildignore
settings
13 years ago
gmarik
67da50189d
source after/ dir aswell
13 years ago
gmarik
9291b006bf
after downloading plugin require ./bundle/plugin_name.vim
- in case bundle has some scripts
- ie Command-T may provide compilation scripts, in that case they should
define augroup bundle#command-t. see test/vimrc for example
13 years ago
gmarik
288a8b0f85
extract s:source function
13 years ago
gmarik
e835cf1e05
rename require to source
13 years ago
gmarik
52456534f9
replace runtime! calls with source
- See:
- src/main.c - for plugin loading
- src/ex_cmds2.c - for how :runtime! and :source work
- benefit of using source vs runtime is that it's faster as doesn't
traverse &rtp
13 years ago
gmarik
fa93510c55
expand path
13 years ago
gmarik
77a53dac78
invoke BundleInstallPre before actually installing
13 years ago
gmarik
bf2d518ea5
add user# scoped autogroup
13 years ago
gmarik
e45bb42b49
downcase
13 years ago
gmarik
3df2fb7d9f
add TODO
13 years ago
gmarik
e95a749e2c
autocomplete with configured bundle names too
- neccessary for custom built scripts to be installed properly
13 years ago
gmarik
415a44d0f8
try to find configured bundle first
- neccessary for Bundle! configured bundles havin custom settings
- fallback to default behav in case not found
13 years ago
Dmitri Iouchtchenko
76273c31a1
fix parsing of GitHub repo paths
GitHub usernames cannot start with an underscore, but they can be a
single character long.
13 years ago
gmarik
bfbac3c9b8
fix invalid merge
13 years ago
gmarik
9a0d37beb8
let options override name/uri
13 years ago
gmarik
073ddf6965
with nosync consider bundles installed too
13 years ago
gmarik
f5a079deae
with nosync use existing dir as a DESTINATION path too
13 years ago
gmarik
658be0b24c
consider existing directory a valid uri too
13 years ago
gmarik
c0556355d2
simplify
13 years ago
gmarik
a42550779a
use uri as path when nosync is set
13 years ago
gmarik
efec93b0a9
Bundle! (with bang) adds {'sync':'no'}
13 years ago
gmarik
ece8fdccbf
use bundle.installed to check installation
13 years ago
gmarik
b32ac42e06
check whether bundle installed
- just by checking content
Conflicts:
autoload/vundle/installer.vim
13 years ago
gmarik
58ae807ead
evented approach
13 years ago
gmarik
4c9ee90991
check whether bundle installed
- just by checking content
13 years ago
gmarik
60a46cd58e
do not sync when `sync` is set to `no`
13 years ago
gmarik
9269d818f4
support sync:no option
13 years ago
gmarik
b133de8d93
rename vundle global variables
13 years ago
gmarik
ab71d33a53
rename vundle global variables
13 years ago
gmarik
15027f3348
simplify
13 years ago
gmarik
d4eb8c3545
Rename Event according to Vim conventions
13 years ago
gmarik
b7ac31ff32
verify existing augroup names before executing
13 years ago
gmarik
06f1ec36f8
simplify
13 years ago
gmarik
8a2de7543b
augroup name should be lowercase
13 years ago
gmarik
e8a851b164
initial event-like interface
13 years ago
gmarik
63d283ce98
make helptags generation ignore wildignore
- closes #21
13 years ago
gmarik
e3760e22c2
fixed version
13 years ago
gmarik
ac7d519e2b
check for $MYVIMRC existence
13 years ago
gmarik
8565792679
allow custom bundle_dir
13 years ago