X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=dd6ba12077dd45a3c4e1e482fb2b6ba47c11b10b;hb=ef2016e2c667d1a6e48b93e0eae4cacf8998fb79;hp=d950d074e5d7242253d4f0300d81084c5b72de85;hpb=4e3363c35b35433bb7135841cfe27e57c72ad6bd;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index d950d07..dd6ba12 100644 --- a/vimrc +++ b/vimrc @@ -448,6 +448,9 @@ if has('autocmd') autocmd InsertLeave * set nopaste endif +" Save changes when running :mak[e] before 'makeprg' is called. + autocmd QuickFixCmdPre * write + " AFTER/FTPLUGIN AUTO COMMANDS " Disable spell checking for files which don't need it.