Hi ibear, 2016/9/23 Fri 22:46:50 UTC+9 Christian Brabandt wrote: > Hi ibear! > > On Fr, 23 Sep 2016, ibear wrote: > > > I build a x64 version of vim from git, copy the new gvim.exe to > > "d:\vim\vim80"(this folder is renamed from my old vim74), create a vimrc > > of "d:\vim\vim80\vimrc", run gvim.exe, but vimrc can not be load! > > > > But I rename "d:\vim\vim80" to "d:\vim\vim8", run gvim.exe again, now vimrc > > can be load. > > > > Does anybody have meeted the same problem? > > In gvim do :version and check the path of 1st-3rd user vimrc. Those > should be used.
And also try `:echo $VIM` in gvim. Then, as I wrote in GitHub, read the help (:help $VIM). Important part is here: https://github.com/vim/vim/blob/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e/runtime/doc/starting.txt#L1132-L1133 Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
