How can I change $VIM and $VIMRUNTIME directory after building it from sources? It seems both directory always follow vim.exe and gvim.exe directory.
update: I built it in windows 8.1 x64 with MinGW32.
How can I change $VIM and $VIMRUNTIME directory after building it from sources? It seems both directory always follow vim.exe and gvim.exe directory.
update: I built it in windows 8.1 x64 with MinGW32.
Something like this:
:echo $VIMRUNTIME /usr/share/vim/vim74 :let $VIMRUNTIME="/tmp" :echo $VIMRUNTIME /tmp Or add to .vimrc:
let $VIMRUNTIME="/tmp" .vimrc..vimrc file in separate directory from it's bin file..vimrc with the $VIMRUNTIME setting and add a second line so /path/to/other/vimrc.