Henry Hertz Hobbit wrote: > I have the _vimrc file in these two locations: > > %UserProfile%\_vimrc > %ProgramFiles%\Vim > > The Wiki mentions $Home for Windows.
The wiki is correct. Vim does NOT use %USERPROFILE% or %ProgramFiles%. > I also have these environment variables > Vim=C:\Program Files\Vim > VimRunTime=C:\Program Files\Vim\vim73 I do not know if $VIM works with an embedded space, but I don't recall hearing about any problems with it. You should not set $VIMRUNTIME: Vim 7.3 will look for vim73 under the $VIM directory. Use the following to see if a mapping is in effect. The second command also shows where it was set. :map <F5> :verbose map <F5> Use the following to see if your vimrc is being sourced: :scriptnames John -- 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
