X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=5bc0894bb96d27f5a174276aa8c84b13c7b57ec1;hb=35f1d8f86e839023a837fe978cd219fba168ff95;hp=51aabeff5a5f7bdfd4ded89bee1cf59aa79b7b89;hpb=afaa0b8300013a3066dbac1faa16d06c99e8d40b;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 51aabef..5bc0894 100644 --- a/vimrc +++ b/vimrc @@ -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()