make sure Error is red

This commit is contained in:
Ahmed El Gabri 2017-03-22 22:13:15 +01:00
commit fb91b6e9ed
No known key found for this signature in database
GPG key ID: AC977998CD4ACABB

View file

@ -210,7 +210,7 @@ call <sid>hi('Underlined', s:cdNone, {}, 'underline', {})
call <sid>hi('Ignore', s:cdFront, {}, 'none', {})
call <sid>hi('Error', s:cdNone, s:cdNone, 'undercurl', s:cdRed)
call <sid>hi('Error', s:cdRed, {}, 'undercurl', s:cdRed)
call <sid>hi('Todo', s:cdNone, s:cdLeftMid, 'none', {})