mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 13:10:44 +00:00
fix(redraw): avoid unnecessary redraws and glitches with floats+messages
fixes #20106 fixes #20229
This commit is contained in:
@@ -510,7 +510,7 @@ void ui_flush(void)
|
||||
return;
|
||||
}
|
||||
cmdline_ui_flush();
|
||||
win_ui_flush();
|
||||
win_ui_flush(false);
|
||||
msg_ext_ui_flush();
|
||||
msg_scroll_flush();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user