vim - How to change VIMRUNTIME directory after build from sources -
how can change $vim , $vimruntime directory after building sources? seems both directory follow vim.exe , gvim.exe directory.
update: built in windows 8.1 x64 mingw32.
something this:
:echo $vimruntime /usr/share/vim/vim74 :let $vimruntime="/tmp" :echo $vimruntime /tmp
or add .vimrc
:
let $vimruntime="/tmp"
Comments
Post a Comment