Use my own branch for vimproc.vim

It fixes a Linux DLL problem, and my patch hasn't been accepted yet.
This commit is contained in:
Emmanuel BENOîT 2015-02-23 10:33:06 +01:00
parent cffaa22eaf
commit d0bce224cd

View file

@ -1,4 +1,4 @@
NeoBundle 'Shougo/vimproc.vim', {
NeoBundle 'tseeker/vimproc.vim', 'fix-dll-globs' , {
\ 'build' : {
\ 'windows' : 'tools\\update-dll-mingw',
\ 'cygwin' : 'make -f make_cygwin.mak',