Merge pull request #27 from casonadams/error-color

corrected bad color blending on errors with ctrl-p and syntastic
This commit is contained in:
Tomáš Iser 2019-01-05 11:54:53 +01:00 committed by GitHub
commit 5a285b7d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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