every time when I open vim, I am getting error "vimproc_win32.dll not found".what is this exactly ? I've tried disable to vimproc in .local.vim but I cannot it. how can i solve it ?
os : windows
vim version : 8.0
@onerciller thanks for feedback, some old plugin need install shougo/vimproc.vim, but this plugin need compile, if you can not compile it, you should down load the dll from
https://github.com/Shougo/vimproc.vim/releases,
check your os, if it is 32 bit, download win32_dll, and put it into
~/.cache/vimfiles/repos/github.com/Shougo/vimproc.vim/lib/
thank you
welcome
For posterity, you may haave to rename it vimproc_cygwin.dll if you are using spacevim in GitBash.
@onerciller thanks for feedback, some old plugin need install
shougo/vimproc.vim, but this plugin need compile, if you can not compile it, you should down load the dll from
https://github.com/Shougo/vimproc.vim/releases,check your os, if it is 32 bit, download win32_dll, and put it into
~/.cache/vimfiles/repos/github.com/Shougo/vimproc.vim/lib/
so I don't need to download gcc and friends using cygwin or mingw?
Most helpful comment
@onerciller thanks for feedback, some old plugin need install
shougo/vimproc.vim, but this plugin need compile, if you can not compile it, you should down load the dll fromhttps://github.com/Shougo/vimproc.vim/releases,
check your os, if it is 32 bit, download win32_dll, and put it into
~/.cache/vimfiles/repos/github.com/Shougo/vimproc.vim/lib/