Merge pull request #5 from ahmedelgabri/improve-error
Error group color change
This commit is contained in:
commit
fe81585d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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', {})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue