Health: match syntax keyword case exactly (#5741)

This prevents the string "error" within error messages to be highlighted as
healthError.
This commit is contained in:
Marco Hinz 2016-12-09 16:47:29 +01:00 committed by GitHub
parent 4a2d2248e8
commit ae9f1938ea

View File

@ -1,4 +1,6 @@
function! s:enhance_syntax() abort
syntax case match
syntax keyword healthError ERROR
highlight link healthError Error