mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
feat(ui): allow to set the highlight namespace per window
- reimplement 'winhl' in terms of highlight namespaces - check for EOF in screen tests (to indicate a likely crash)
This commit is contained in:
@@ -104,7 +104,6 @@ return {
|
||||
"reverse";
|
||||
"nocombine";
|
||||
"default";
|
||||
"global";
|
||||
"cterm";
|
||||
"foreground"; "fg";
|
||||
"background"; "bg";
|
||||
@@ -112,9 +111,9 @@ return {
|
||||
"ctermbg";
|
||||
"special"; "sp";
|
||||
"link";
|
||||
"global_link";
|
||||
"fallback";
|
||||
"blend";
|
||||
"temp";
|
||||
};
|
||||
highlight_cterm = {
|
||||
"bold";
|
||||
|
Reference in New Issue
Block a user