mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
refactor(ui): remove some superfluous ui_flush() calls
- <expr> mapping has no business saving and restoring the low-level UI cursor. The cursor will be put in a reasonable position after input is processed, chill out. - TUI handles output needed for suspend - vgetc() family of function does flushing
This commit is contained in:
@@ -1507,7 +1507,6 @@ void print_line(linenr_T lnum, int use_number, int list)
|
||||
print_line_no_prefix(lnum, use_number, list);
|
||||
if (save_silent) {
|
||||
msg_putchar('\n');
|
||||
ui_flush();
|
||||
silent_mode = save_silent;
|
||||
}
|
||||
info_message = false;
|
||||
|
Reference in New Issue
Block a user