From 256c35c0c178b71b4cba6cb81aa1f1ac2b7cdeca Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 11 Jul 2015 16:04:31 -0400 Subject: 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. --- vimrc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'vimrc') 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 " ================ -- cgit v1.2.3