Hi,
pansz wrote:
> 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.
one can also
set
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after
in his/her .vimrc, maybe surrounded by
if has('win32')
...
endif
Regards
Jürgen
--
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. (Calvin)
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---