mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

committed by
Justin M. Keyes

parent
86c4a87fe9
commit
001e69cd46
@@ -7316,7 +7316,7 @@ static void set_hl_attr(int idx)
|
||||
|
||||
sgp->sg_attr = hl_get_syn_attr(idx+1, at_en);
|
||||
|
||||
// a cursor style uses this syn_id, make sure its atribute is updated.
|
||||
// a cursor style uses this syn_id, make sure its attribute is updated.
|
||||
if (cursor_mode_uses_syn_id(idx+1)) {
|
||||
ui_mode_info_set();
|
||||
}
|
||||
|
Reference in New Issue
Block a user