]> git.rmz.io Git - dotfiles.git/commitdiff
vim: don't auto source vimrc
authorSamir Benmendil <samir.benmendil@gmail.com>
Mon, 15 Dec 2014 17:46:59 +0000 (17:46 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Mon, 15 Dec 2014 17:46:59 +0000 (17:46 +0000)
vim/vimrc

index caa3348aebd7bfa82de166a35bdcea80c4d81e8b..c3654183bf704f335e0d820632da701ec558e792 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -232,12 +232,6 @@ augroup cursor_pos
                 \ endif
 augroup END
 
-" auto source vimrc when saved {{{2
-augroup source_vimrc
-    au!
-    autocmd bufwritepost vimrc source $MYVIMRC
-augroup END
-
 " bindings {{{1
 
 " allow both <space> and / to be <leader>