We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
" File: $XDG_CONFIG_HOME/nvim/test.vim " OS: linux v5.4.13 " Vi: nvim v0.4.3 " Py: cpython v3.6.10 " Term: guake v3.7.0 set runtimepath=$VIMRUNTIME,$GITHUBWORKSPACE/neoclide/coc.nvim set termguicolors " vi -u $XDG_CONFIG_HOME/nvim/test.vim
ired<Esc>
the word red will become red.
red
:colorscheme default<CR>
the word red will lose its color.
The text was updated successfully, but these errors were encountered:
Will improve it.
Sorry, something went wrong.
@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 vim-utils/vim-troll-stopper#12. Does there exist any highlight default link miss default?
highlight default link
default
It's expected, since the colorshceme command clears all dynamtic highlight groups.
No branches or pull requests
Reproduce Procedures
ired<Esc>
the word
red
will become red.:colorscheme default<CR>
the word
red
will lose its color.The text was updated successfully, but these errors were encountered: