On 19/06/09 09:07, 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.
There are reasons for these differences:
- On Unix, but not on Windows, file and directory names starting in a
dot are "invisible". Most configuration files (under $HOME) are of this
kind. If you want to make something hidden under Windows, use e.g.
attrib +H .\vimfiles
- On MS-DOS, names should not begin with a dot. I'm not sure they're
acceptable on 8.3 systems even if the part after the dot consists only
of 3 letters.
Best regards,
Tony.
--
Really heard in court in the U.S.A.:
Q.: Are you qualified to take a urine sample?
A.: Are you qualified to ask this question?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---