Merge pull request #5 from ahmedelgabri/improve-error

Error group color change
This commit is contained in:
Tomáš Iser 2017-03-22 22:16:30 +01:00 committed by GitHub
commit fe81585d9a

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', {})