corrected bad color blending on errors with ctrl-p and syntastic

This commit is contained in:
Cason Adams 2019-01-02 23:03:44 -07:00
commit 4048b2cab7

View file

@ -215,7 +215,7 @@ call <sid>hi("Conceal", s:cdFront, s:cdBack, 'none', {})
call <sid>hi('Ignore', s:cdFront, {}, 'none', {})
call <sid>hi('Error', s:cdRed, {}, 'undercurl', s:cdRed)
call <sid>hi('Error', s:cdRed, s:cdBack, 'undercurl', s:cdRed)
call <sid>hi('Todo', s:cdNone, s:cdLeftMid, 'none', {})