Emmanuel BENOîT
49b97afd6a
* Initial version included here as submodule * Use version from g:vim_vardata/bundles otherwise * This avoids polluting the configuration directory with bundles
9 lines
243 B
VimL
9 lines
243 B
VimL
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',
|
|
\ },
|
|
\ }
|