gmarik
a2e14b4202
Merge remote branch 'origin/events' into events
15 years ago
gmarik
f4ce72fdb0
fix indent
15 years ago
gmarik
67d07c9797
Merge remote branch 'origin/master' into events
Conflicts:
autoload/vundle/installer.vim
15 years ago
9290ca0fbf
Merge pull request #34 from cakebaker/patch-1
Fix typo
15 years ago
Daniel Hofstetter
f61f039d60
Typo
15 years ago
1319e527d6
Merge pull request #33 from latentflip/master
Fixed typo in bundle installer
15 years ago
Philip Roberts
997ec86eb5
Fixed typo in bundle installer.
no new bundless installed => no new bundles installed.
15 years ago
gmarik
62e84cfacb
test
15 years ago
gmarik
fcad9a4bbb
closes #31
- append slash to indicate directory, so expand ingnores wildignore
settings
15 years ago
1f876843e6
Merge pull request #32 from latentflip/patch-1
Fixed typo.
15 years ago
Philip Roberts
7467d689b5
Fixed typo.
15 years ago
gmarik
67da50189d
source after/ dir aswell
15 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
15 years ago
gmarik
288a8b0f85
extract s:source function
15 years ago
gmarik
e835cf1e05
rename require to source
15 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
15 years ago
gmarik
436ad21cfe
Docs
15 years ago
gmarik
3c765673db
Docs
15 years ago
gmarik
a1e6736ced
prepend git branch name to test bundle_dir
15 years ago
gmarik
7aa574165c
Vundle is a bundle too!
15 years ago
gmarik
fa93510c55
expand path
15 years ago
gmarik
8cb63f0b1a
hint
15 years ago
gmarik
c3ecda56b1
reset only on update
15 years ago
gmarik
c62d68f1b9
add 'CSS-Higlights'
to test user# autocommands
15 years ago
gmarik
77a53dac78
invoke BundleInstallPre before actually installing
15 years ago
gmarik
bf2d518ea5
add user# scoped autogroup
15 years ago
gmarik
e45bb42b49
downcase
15 years ago
gmarik
3df2fb7d9f
add TODO
15 years ago
gmarik
e95a749e2c
autocomplete with configured bundle names too
- neccessary for custom built scripts to be installed properly
15 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
15 years ago
003c3769be
Merge pull request #25 from 0/master
Tiny fixes
15 years ago
Dmitri Iouchtchenko
711c611b77
update formatting and phrasing of FAQ
15 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.
15 years ago
gmarik
bfbac3c9b8
fix invalid merge
15 years ago
gmarik
f4a15996cf
Merge branch 'nosync' into events
Conflicts:
autoload/vundle/config.vim
autoload/vundle/installer.vim
test/vimrc
15 years ago
gmarik
258dd4cf5d
comment
15 years ago
gmarik
be9a50dfe2
tests
15 years ago
gmarik
9a0d37beb8
let options override name/uri
15 years ago
gmarik
625a110af4
moar tests
15 years ago
gmarik
073ddf6965
with nosync consider bundles installed too
15 years ago
gmarik
f5a079deae
with nosync use existing dir as a DESTINATION path too
15 years ago
gmarik
658be0b24c
consider existing directory a valid uri too
15 years ago
gmarik
25a1d708bd
do not clean/install automatically
15 years ago
gmarik
114779700e
tests
15 years ago
gmarik
c0556355d2
simplify
15 years ago
gmarik
a42550779a
use uri as path when nosync is set
15 years ago
gmarik
efec93b0a9
Bundle! (with bang) adds {'sync':'no'}
15 years ago
gmarik
ece8fdccbf
use bundle.installed to check installation
15 years ago
gmarik
b32ac42e06
check whether bundle installed
- just by checking content
Conflicts:
autoload/vundle/installer.vim
15 years ago
gmarik
58ae807ead
evented approach
15 years ago