> Move everything inside .vim/xpt/ to .vim/
>
> Or set 'runtimepath' to include .vim/xpt/
How can I make vim show me its runtimepath?
I know about $VIMRUNTIME
But that isn't the same as the runtimepath... is it?
: echo $runtimepath <nothing>
:h runtimepath (Shows the default for various OS but not the actual
in use runtimepath)
Can I add to the runtimepath like:
:set runtimepath ~/.vim/*
And that will just add .vim/* Without killing the default paths?
How can I do something like what we do in the shell to add to path:
PATH=/my/extra/bin:$PATH
I mean... keep the existing runtimepath and add something to it?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---