mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
fix(highlight): 'winhl' shouldn't take priority over API (#31288)
This commit is contained in:
@@ -1035,7 +1035,7 @@ struct window_S {
|
||||
synblock_T *w_s; ///< for :ownsyntax
|
||||
|
||||
int w_ns_hl;
|
||||
int w_ns_hl_winhl;
|
||||
int w_ns_hl_winhl; ///< when set to -1, 'winhighlight' shouldn't be used
|
||||
int w_ns_hl_active;
|
||||
int *w_ns_hl_attr;
|
||||
|
||||
|
Reference in New Issue
Block a user