X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=5bc0894bb96d27f5a174276aa8c84b13c7b57ec1;hb=35f1d8f86e839023a837fe978cd219fba168ff95;hp=f19fa910abfc9f16600b179b840ef0051123a7dc;hpb=e4c2c10baa2afee714f934d52fd3ca3ae4b04ba0;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index f19fa91..5bc0894 100644 --- a/vimrc +++ b/vimrc @@ -901,10 +901,10 @@ if has('autocmd') autocmd InsertLeave * set nopaste endif -" Write file when running :mak[e] before 'makeprg' is called. QuickFixCmdPre -" doesn't exist in older Vims. +" Write all files when running :mak[e] before 'makeprg' is called. +" QuickFixCmdPre doesn't exist in older Vims. if exists('##QuickFixCmdPre') - autocmd QuickFixCmdPre * write + autocmd QuickFixCmdPre * wall endif " Don't ignore case while in insert mode, but ignore case in all other modes. @@ -927,9 +927,7 @@ if has('autocmd') return endif - echohl WarningMsg - echo 'Do not edit this file! (Maybe a template file.)' - echohl None + echoerr 'Do not edit this file! (Maybe a template file.)' endfunction autocmd BufRead * call SearchForDoNotEditHeader()