Tony Mechelynck 写道: > On 04/12/09 07:22, 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, > > That's the way to go; anything else requires special precautions in how > you write the vimrc, and I'm not even sure the vimrc_example.vim uses them.
Restart vim may be the only way in some case: when you want to define some global variable before you load your plugins. Most plugins will not load twice, so if you changed the global var in your .vimrc and source it again, it will has no effect on your plugins. -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
