From 00ed0be9d9164daec4426694c805ced5ac422800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Mon, 9 Mar 2015 20:47:12 +0100 Subject: [PATCH] Vimproc: use Shougo's version now that the bug is fixed --- bundles-init/vimproc.vim.load.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles-init/vimproc.vim.load.vim b/bundles-init/vimproc.vim.load.vim index 69e2b0b..93efae7 100644 --- a/bundles-init/vimproc.vim.load.vim +++ b/bundles-init/vimproc.vim.load.vim @@ -1,4 +1,4 @@ -NeoBundle 'tseeker/vimproc.vim', 'fix-dll-globs' , { +NeoBundle 'Shougo/vimproc.vim', 'fix-dll-globs' , { \ 'build' : { \ 'windows' : 'tools\\update-dll-mingw', \ 'cygwin' : 'make -f make_cygwin.mak',