On Oct 17, 12:10 am, Pablo Giménez <[email protected]> wrote:
> But I have add to the runtime another path using in my ~/.vimrc:
> " Set runtime paths
> set runtimepath="/opt/myVim",$VIMRUNTIME
Those quotes are causing trouble. A double quote is vim's comment
marker. If I execute that, runtimepath becomes blank.
Regards, John
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---