Chris Sutcliffe wrote:
>> Though I think it may have created another. In my .vimrc I have:
>>
>> set runtimepath=$VIMRUNTIME,~/vimfiles
>>
>> which no longer loads any of the scripts from my ~/vimfiles directory.
>
> I'm running on Windows XP Pro, with gVim compiled via MinGW.
>
> Chris
>
Does any of these scripts check whether it has already been run?
For any one which does, is there a script of the same name at the same
relative location in $VIMRUNTIME?
If there is, you should place that directory early in 'runtimepath'. Normally
the default value ought to be OK: on Windows,
~/vimfiles,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/vimfiles/after
Any nonexistent directories in the list are treated as empty anyway.
Best regards,
Tony.
--
Hoare's Law of Large Problems:
Inside every large problem is a small problem struggling to get
out.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---