NeoBundle uses runtime directory

* Initial version included here as submodule
* Use version from g:vim_vardata/bundles otherwise
* This avoids polluting the configuration directory with bundles
This commit is contained in:
Emmanuel BENOîT 2015-02-22 17:25:10 +01:00
parent bd749b79d0
commit 49b97afd6a
7 changed files with 38 additions and 29 deletions

View file

@ -0,0 +1,9 @@
NeoBundle 'Shougo/vimproc.vim', {
\ 'build' : {
\ 'windows' : 'tools\\update-dll-mingw',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make -f make_mac.mak',
\ 'linux' : 'make',
\ 'unix' : 'gmake',
\ },
\ }