stardiviner
10/27/2012 - 9:55 AM

neobundle error, do not build

neobundle error, do not build

        NeoBundle 'Shougo/vimproc', {
                    \ 'build': {
                        \ 'windows': 'echo "vimproc binary file does not support Windows."',
                        \ 'unix': 'make -f make_unix.mak',
                        \ 'mac': 'make -f make_mac.mak',
                        \ 'cygwin': 'make -f make_cygwin.mak',
                    \ },
                    \ }
        NeoBundle 'Shougo/neocomplcache', { 'depends': ['Shougo/vimproc'] }