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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -