On Sat, Feb 21, 2009 at 11:57:07AM +0100, Benct Philip Jonsson wrote: > Does vimrc have to be ~/.vimrc or can it be ~/.vim/vimrc > too? I'm on Ubuntu, BTW.
It can be whereever you like it, as long as you symlink ~/.vimrc to the real file. In your case, executing $ mv ~/.vimrc ~/.vim/vimrc $ ln -s ~/.vim/vimrc ~/.vimrc should do the trick. - kba --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
