Skip to content

Commit bc2d208

Browse files
committed
compilation for vimproc
1 parent c2c1e15 commit bc2d208

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config/neobundle.vim

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ call neobundle#rc(expand('~/.vim/bundle/'))
88
NeoBundleFetch 'Shougo/neobundle.vim'
99

1010
" I like my searches to be faster
11-
NeoBundle 'Shougo/vimproc'
11+
NeoBundle 'Shougo/vimproc', {
12+
\ 'build' : {
13+
\ 'windows' : 'make -f make_mingw32.mak',
14+
\ 'cygwin' : 'make -f make_cygwin.mak',
15+
\ 'mac' : 'make -f make_mac.mak',
16+
\ 'unix' : 'make -f make_unix.mak',
17+
\ },
18+
\ }
1219

1320
" Now for some bundles
1421
NeoBundle 'tpope/vim-fugitive'

0 commit comments

Comments
 (0)