On Mon, Feb 25, 2008 at 07:57:02AM -0500, James Vega wrote:
> On Mon, Feb 25, 2008 at 12:06:24PM +0000, Andrew McCarthy wrote:
> > Thoughts? Any better/cleaner ideas?
>
> mkdir -p ~/.vim/tmp
> echo 'set directory=$HOME/.vim/tmp' >> .vimrc
That works alright, but I was hoping to avoid a total change to the
setting (hence the idea of directory being global-local). In directories
shared between users over networks, for instance, swap files in the same
directory is useful.
Perhaps for the specific case of Mutt, I'll just suggest invoking with
vim --cmd 'set directory=~' ...
Thanks,
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---