Manfred Lotz wrote:
> I had read it and tried to prepend ~/.vimtest like this set
> runtimepath=~/.vimtest,$VIMRUNTIME
You need something like this if you want to modify rtp
(runtimepath option):
:execute 'set rtp=~/.vimtest,'.&rtp
I haven't modified rtp. You can put scripts in the plugins (or
ftplugins etc, as appropriate) directories under your personal
Vim directory. When experimenting, I just specify the full path
to the script I want to source. I have a full path for one
script that I regularly use in register s, so I can type:
:so<space><c-r>s<CR>
to source the script when wanted. Of course, you could also use
a mapping or other trick to do the same.
John
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---