mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
perf(messages): don't call ui_flush() per message line in various places
When msgsep is used, message scrolling is emulated. To make message output fast, inhibit emulated scrolling until the full message text is known
This commit is contained in:
@@ -717,7 +717,6 @@ int showmatches(expand_T *xp, int wildmenu)
|
||||
msg_clr_eos();
|
||||
msg_putchar('\n');
|
||||
}
|
||||
ui_flush(); // show one line at a time
|
||||
if (got_int) {
|
||||
got_int = false;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user