mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 05:18:16 +00:00
syntax: Refresh UI when the color scheme changes
This commit is contained in:
@@ -6037,6 +6037,7 @@ int load_colors(char_u *name)
|
|||||||
apply_autocmds(EVENT_COLORSCHEME, name, curbuf->b_fname, FALSE, curbuf);
|
apply_autocmds(EVENT_COLORSCHEME, name, curbuf->b_fname, FALSE, curbuf);
|
||||||
|
|
||||||
recursive = FALSE;
|
recursive = FALSE;
|
||||||
|
ui_refresh();
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user