aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc12
1 files changed, 1 insertions, 11 deletions
diff --git a/vimrc b/vimrc
index 83ca1b9..53d100f 100644
--- a/vimrc
+++ b/vimrc
@@ -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
" ================