mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +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);
|
||||
|
||||
recursive = FALSE;
|
||||
ui_refresh();
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user