zhangkai wrote: > Hi, > After I change the vimrc with vim, how to make it useful right now? now I > have to close vim, and reopen it again. > > thanks & best regards,
In my ~/.vimrc, I have the following autocommand: au! BufWritePost .vimrc nested source % So when I save my ~/.vimrc file, it is sourced automatically. The full ~/.vimrc is there if you're curious: http://dominique.pelle.free.fr/.vimrc Cheers -- Dominique -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
