mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
feat(extmark): window scoped extmark
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -1020,6 +1020,8 @@ struct window_S {
|
||||
int w_ns_hl_active;
|
||||
int *w_ns_hl_attr;
|
||||
|
||||
Set(uint32_t) w_ns_set;
|
||||
|
||||
int w_hl_id_normal; ///< 'winhighlight' normal id
|
||||
int w_hl_attr_normal; ///< 'winhighlight' normal final attrs
|
||||
int w_hl_attr_normalnc; ///< 'winhighlight' NormalNC final attrs
|
||||
|
Reference in New Issue
Block a user