mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00
Make sure msg_clear is sent after confirm message (#10065)
This commit is contained in:

committed by
Björn Linse

parent
8a33cb32ba
commit
40218d1180
@@ -369,7 +369,7 @@ void update_screen(int type)
|
||||
ui_comp_set_screen_valid(false);
|
||||
}
|
||||
win_ui_flush_positions();
|
||||
msg_ext_check_prompt();
|
||||
msg_ext_check_clear();
|
||||
|
||||
/* reset cmdline_row now (may have been changed temporarily) */
|
||||
compute_cmdrow();
|
||||
|
Reference in New Issue
Block a user