On Thursday, February 21, 2013 11:54:07 AM UTC-6, Paul wrote: > There are restrictions that a solution would have to observe. First > > is that I don't have admin privileges, so I can only stick _vimrc in > > places where $USERNAME can write. Also, $HOME is not a good place for > > it because it is set to a network drive.
How about putting a very bare-bones .vimrc in $HOME, which just sets the runtimepath to somewhere else (local) and then sources your local .vimrc. You could even detect Windows vs. Unix/Cygwin and do something different for each. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
