diff options
-rw-r--r-- | vimrc | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -299,6 +299,7 @@ " 2015.07.11: " * Remove CopyModeToggle command since I don't use it and it doesn't " really work. +" * Remove Autocommands section as it's not used. " @@ -618,17 +619,6 @@ command! -nargs=* Wrap set wrap linebreak nolist -" Autocommands -" ============ - -" Source the vimrc file after saving it -" http://vimcasts.org/episodes/updating-your-vimrc-file-on-the-fly/ -" if has("autocmd") -" autocmd bufwritepost .vimrc source $MYVIMRC -" endif - - - " Project Settings " ================ |