aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorTeddy Wing2015-07-11 16:04:31 -0400
committerTeddy Wing2015-07-11 16:04:31 -0400
commit256c35c0c178b71b4cba6cb81aa1f1ac2b7cdeca (patch)
treece91c851db4cbd41d925273bd1c340b25ee1bdc9 /vimrc
parenta88b6774cc3c84e634825daaefe417a1ecfb2ae6 (diff)
downloaddotvim-256c35c0c178b71b4cba6cb81aa1f1ac2b7cdeca.tar.bz2
vimrc: Remove Autocommands section
This was commented out anyway and I don't plan on using the vimrc sourcing command. This section can be safely removed.
Diffstat (limited to 'vimrc')
-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
" ================