aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/messages.vim
blob: 75fe89b9c7d8420b9bd3fb64bdc2a26848eaadca (plain) (blame)
1
2
3
4
5
6
7
8
9
" Don't try to make these corrections if running 'compatible' or if the
" runtime files are too old
if &compatible || v:version < 700
  finish
endif

" The highlighting for errors in syslog/messages files is more often annoying
" than useful, so just turn it off.
syntax clear messagesError