Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"

This reverts commit 0519a75f6e.
This commit is contained in:
Jan Edmund Lazo
2020-12-31 15:40:18 -05:00
parent 27548e3cd0
commit b01a60b1aa
7 changed files with 14 additions and 29 deletions

View File

@@ -7803,7 +7803,7 @@ static bool ins_esc(long *count, int cmdchar, bool nomove)
// Otherwise remove the mode message.
if (reg_recording != 0 || restart_edit != NUL) {
showmode();
} else if (p_smd && !skip_showmode()) {
} else if (p_smd) {
MSG("");
}
// Exit Insert mode