diff options
| author | Teddy Wing | 2015-07-11 16:04:31 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-07-11 16:04:31 -0400 | 
| commit | 256c35c0c178b71b4cba6cb81aa1f1ac2b7cdeca (patch) | |
| tree | ce91c851db4cbd41d925273bd1c340b25ee1bdc9 /vimrc | |
| parent | a88b6774cc3c84e634825daaefe417a1ecfb2ae6 (diff) | |
| download | dotvim-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-- | 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  " ================ | 
