mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
syntax: Refresh UI when the color scheme changes
This commit is contained in:
parent
784bda0704
commit
8f3e61a043
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user