On Jan 9, 3:40 am, Samuel Ferencik <[email protected]> wrote:
>
> I use the $VIMINIT variable to share a single .VIMRC file from
> multiple accounts. The variable holds
> so /shared/path/.vimrc
>
> However, with this setting, $MYVIMRC is not set...What do you think?
>
I think just sym-linking to your shared .vimrc might be better.
> For my own needs, I have changed $VIMINIT to
> so /shared/path/.vimrc | let $MYVIMRC = "/shared/path/.vimrc"
>
Probably an OK solution. You could also just set the value of $MYVIMRC
as an environment variable and not worry about Vim setting it.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---