Philip Roberts
997ec86eb5
Fixed typo in bundle installer.
no new bundless installed => no new bundles installed.
14 years ago
gmarik
fcad9a4bbb
closes #31
- append slash to indicate directory, so expand ingnores wildignore
settings
14 years ago
gmarik
67da50189d
source after/ dir aswell
14 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
14 years ago
gmarik
288a8b0f85
extract s:source function
14 years ago
gmarik
e835cf1e05
rename require to source
14 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
14 years ago
gmarik
fa93510c55
expand path
14 years ago
gmarik
77a53dac78
invoke BundleInstallPre before actually installing
14 years ago
gmarik
bf2d518ea5
add user# scoped autogroup
14 years ago
gmarik
e45bb42b49
downcase
14 years ago
gmarik
3df2fb7d9f
add TODO
14 years ago
gmarik
e95a749e2c
autocomplete with configured bundle names too
- neccessary for custom built scripts to be installed properly
14 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
14 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.
14 years ago
gmarik
bfbac3c9b8
fix invalid merge
14 years ago
gmarik
9a0d37beb8
let options override name/uri
14 years ago
gmarik
073ddf6965
with nosync consider bundles installed too
14 years ago
gmarik
f5a079deae
with nosync use existing dir as a DESTINATION path too
14 years ago
gmarik
658be0b24c
consider existing directory a valid uri too
14 years ago
gmarik
c0556355d2
simplify
14 years ago
gmarik
a42550779a
use uri as path when nosync is set
14 years ago
gmarik
efec93b0a9
Bundle! (with bang) adds {'sync':'no'}
14 years ago
gmarik
ece8fdccbf
use bundle.installed to check installation
14 years ago
gmarik
b32ac42e06
check whether bundle installed
- just by checking content
Conflicts:
autoload/vundle/installer.vim
14 years ago
gmarik
58ae807ead
evented approach
14 years ago
gmarik
4c9ee90991
check whether bundle installed
- just by checking content
14 years ago
gmarik
60a46cd58e
do not sync when `sync` is set to `no`
14 years ago
gmarik
9269d818f4
support sync:no option
14 years ago
gmarik
b133de8d93
rename vundle global variables
14 years ago
gmarik
ab71d33a53
rename vundle global variables
14 years ago
gmarik
15027f3348
simplify
14 years ago
gmarik
d4eb8c3545
Rename Event according to Vim conventions
14 years ago
gmarik
b7ac31ff32
verify existing augroup names before executing
14 years ago
gmarik
06f1ec36f8
simplify
14 years ago
gmarik
8a2de7543b
augroup name should be lowercase
14 years ago
gmarik
e8a851b164
initial event-like interface
14 years ago
gmarik
63d283ce98
make helptags generation ignore wildignore
- closes #21
14 years ago
gmarik
e3760e22c2
fixed version
14 years ago
gmarik
ac7d519e2b
check for $MYVIMRC existence
14 years ago
gmarik
8565792679
allow custom bundle_dir
14 years ago
gmarik
c8d17b1cc6
ignore case when parsing name
14 years ago
gmarik
1599927a43
allow dash as github username
14 years ago
gmarik
5f2c8dc491
fix
14 years ago
gmarik
b1fc8b6d16
indent
14 years ago
gmarik
704a6dee95
embed filetype settings
14 years ago
gmarik
31dde613fc
use appropriate escape function
14 years ago
gmarik
a7aa94d699
indent
14 years ago
gmarik
68be1a6ef1
todo
14 years ago
gmarik
e6897ca8c1
message when nothing to clean
14 years ago