It is useful.
-- 李季 At 2012-12-21 16:17:15,"Dominique Pellé" <[email protected]> wrote: >stillLearningVim <[email protected]> wrote: > >> Is there a way to reload the vimrc (and other files), so that >> the changes in the vimrc take immediate effect. :e doesn't >> seem to do the trick. >> >> I'm editing my vimrc a lot, and I'm hoping there is an easier >> way than constantly closing and reopening everything. >> >> Any help and suggestions are appreciated >> Thanks > > >A nice trick is to add the following line in your ~/.vimrc >and your .vimrc will then be automatically re-sourced >whenever you save it: > >au! BufWritePost .vimrc nested source % > >-- Dominique > >-- >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 -- 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
