[email protected] 写道: > There two places, which (for example) contain the "plugins" folder: > C:\Programs\vim\vim72\. > and > C:\Own Documents\<userid>\vim\. > How can I make the second path visible and used by vim in a consistent > and "legal" way?
1. You need to set the HOME environment variable in order for vim to look for you user directory, by default it is there what you want, i.e. the C:\Document and Settings\userid\. 2. Windows gvim uses a different directory, it uses the ~\vimfiles instead of the ~/.vim. so what you need to put is C:\Document and settings\userid\vimfiles, or if you had changed the HOME, %HOME%/vimfiles In windows you can find the user environment settings at somewhere My computer|Properties. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
