Tony Mechelynck 写道: > And if you're on Windows, replace $HOME/.vim by $HOME/vimfiles > everywhere above. (Vim can use forward slashes as path separators, even > on Windows.) > > Best regards, > Tony.
This is known to cause inconveniences, I hope some future versions of vim will use the same directory. There are some work-around, such as ln -s vimfiles .vim. But I don't think it is elegant enough, vim is a cross-platform editor and should keep the same behavior on different platform as possible. i.e. in Windows vim could search for $HOME/.vim before $HOME/vimfiles, this remains compatibility with most non-windows versions and compatible with users who expect the $HOME/vimfiles directory. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
