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:
parent
bd749b79d0
commit
49b97afd6a
7 changed files with 38 additions and 29 deletions
bundles-init
9
bundles-init/vimproc.vim.load.vim
Normal file
9
bundles-init/vimproc.vim.load.vim
Normal 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',
|
||||
\ },
|
||||
\ }
|
Loading…
Add table
Add a link
Reference in a new issue