Hello. I hate when files for one program are scattered all over my home. I want to keep all my vim files in one place. Now I have: ~/.vimrc, ~/.viminfo, ~/.vim/ Also I hate hidden files inside hidden directory. So I want move ~/.vimrc to ~/.vim/vimrc and ~/.viminfo to ~/.vim/viminfo
I've found a way for vimrc: export VIMINIT=':runtime! vimrc' in my .zshrc For viminfo I've also found a way, but it doesn't work: set viminfo='100,<50,s10,h,n~/.vim/viminfo in my vimrc But, this is bad solution. VIMINIT will not work for gvim runned not from terminal. Really I want that vim will use ~/.vim directory if it exists and forgot about my home. Like mutt does. I'm ready to make feature request and make patch (I hope). -- sergio. -- 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
