Tony Mechelynck 写道: > So you should create your Windows gvimrc by using (in Vim) > > :e ~/_gvimrc
No, vim will always search for a file named $HOME/.gvimrc regardless of the platform. On windows it will search for $VIM/_gvimrc and $HOME/.gvimrc So if you want to put gvimrc in $HOME, just use the .gvimrc instead of _gvimrc Windows recognize $HOME as well, so you could set the HOME environment variable in Windows(my computer|properties|advanced|environment variables) to your cygwin HOME, and you don't need a soft-link at all. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
