Browse Source

no nosync vimproc

raa0121 10 years ago
parent
commit
542ae20143
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .vimrc

+ 1 - 5
.vimrc

@@ -138,10 +138,6 @@ call neobundle#config('vimfiler', {
   \ }
   \ })
 if has('win32') || has('win64')
-  NeoBundleFetch 'Shougo/vimproc.vim'
-  call neobundle#config('vimproc.vim', {
-    \ 'type' : 'nosync'
-    \ })
   NeoBundleFetch 'jnwhiteh/vim-golang'
   call neobundle#config('vim-golang', {
     \ 'type' : 'nosync',
@@ -152,7 +148,7 @@ else
   NeoBundle 'Shougo/vimproc.vim'
   call neobundle#config('vimproc.vim', {
     \ 'build' : {
-    \     'windows' : 'make -f make_mingw32.mak',
+    \     'windows' : 'make -f make_mingw64.mak',
     \     'cygwin' : 'make -f make_cygwin.mak',
     \     'mac' : 'make -f make_mac.mak',
     \     'unix' : 'make -f make_unix.mak',