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'] }