Philip Roberts
997ec86eb5
Fixed typo in bundle installer.
no new bundless installed => no new bundles installed.
13 years ago
gmarik
62e84cfacb
test
13 years ago
gmarik
fcad9a4bbb
closes #31
- append slash to indicate directory, so expand ingnores wildignore
settings
13 years ago
1f876843e6
Merge pull request #32 from latentflip/patch-1
Fixed typo.
13 years ago
Philip Roberts
7467d689b5
Fixed typo.
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
436ad21cfe
Docs
13 years ago
gmarik
3c765673db
Docs
13 years ago
gmarik
a1e6736ced
prepend git branch name to test bundle_dir
13 years ago
gmarik
1cc7ab3dfd
test/vimrc
13 years ago
gmarik
593b08b63d
Vundle is a bundle too!
Conflicts:
test/vimrc
13 years ago
gmarik
7aa574165c
Vundle is a bundle too!
13 years ago
gmarik
fa93510c55
expand path
13 years ago
gmarik
8cb63f0b1a
hint
13 years ago
gmarik
c3ecda56b1
reset only on update
13 years ago
gmarik
c62d68f1b9
add 'CSS-Higlights'
to test user# autocommands
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
003c3769be
Merge pull request #25 from 0/master
Tiny fixes
13 years ago
Dmitri Iouchtchenko
711c611b77
update formatting and phrasing of FAQ
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
f4a15996cf
Merge branch 'nosync' into events
Conflicts:
autoload/vundle/config.vim
autoload/vundle/installer.vim
test/vimrc
13 years ago
gmarik
258dd4cf5d
comment
13 years ago
gmarik
be9a50dfe2
tests
13 years ago
gmarik
9a0d37beb8
let options override name/uri
13 years ago
gmarik
625a110af4
moar tests
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
25a1d708bd
do not clean/install automatically
13 years ago
gmarik
114779700e
tests
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
124c5abb85
test plugin
13 years ago
gmarik
9269d818f4
support sync:no option
13 years ago