mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
If the color scheme is changed in a startup script, nvim used to send multiple default_colors_set events, one for the default color scheme and one for the user's chosen color scheme. This would cause flicker in some UI:s. Throttle this event until we actually start drawing on the screen. fixes #26372