Merge pull request #27 from casonadams/error-color
corrected bad color blending on errors with ctrl-p and syntastic
This commit is contained in:
commit
5a285b7d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,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', {})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue