Open Freed-Wu opened 4 years ago
Will improve it.
@chemzqm Is there any command to force re-enable the highlighting for such case? So I can write it into a vimscript function as a workaround. Thanks!
Not yet.
This bug is similar with https://github.com/vim-utils/vim-troll-stopper/pull/12. Does there exist any highlight default link
miss default
?
It's expected, since the colorshceme command clears all dynamtic highlight groups.
Reproduce Procedures
ired<Esc>
the word
red
will become red.:colorscheme default<CR>
the word
red
will lose its color.