Closed Iron-E closed 3 years ago
highlight! default overrides the existing highlight in order to set a default link. So any highlight group that exists before will be wiped over.
highlight! default
To fix this I have changed highlight! default to highlight default, which only sets the highlight group if it wasn't already defined.
highlight default
Thanks!
highlight! default
overrides the existing highlight in order to set a default link. So any highlight group that exists before will be wiped over.To fix this I have changed
highlight! default
tohighlight default
, which only sets the highlight group if it wasn't already defined.