fix: adjust conceal character highlighting (#151)

see: https://github.com/dracula/vim/issues/144#issuecomment-538037764

closes #144
This commit is contained in:
Derek Sifford 2019-10-06 14:54:09 -04:00 committed by GitHub
parent 86712dc2de
commit f6dd7c17f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,7 +245,7 @@ hi! link WarningMsg DraculaOrangeInverse
" Required as some plugins will overwrite
call s:h('MatchParen', s:green, s:none, [s:attrs.underline])
call s:h('Conceal', s:comment, s:bglight)
call s:h('Conceal', s:cyan, s:none)
" Neovim uses SpecialKey for escape characters only. Vim uses it for that, plus whitespace.
if has('nvim')