Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esc"

This reverts commit 44bb7147e4.

Avoid regression mentioned in c64cce906e (commitcomment-45554271)
This commit is contained in:
Jan Edmund Lazo
2020-12-31 15:38:45 -05:00
parent 74b343a6f2
commit 723e009214
12 changed files with 44 additions and 122 deletions

View File

@@ -8069,8 +8069,8 @@ static void ex_redraw(exarg_T *eap)
RedrawingDisabled = r;
p_lz = p;
// Reset msg_didout, so that a message that's there is overwritten.
msg_didout = false;
/* Reset msg_didout, so that a message that's there is overwritten. */
msg_didout = FALSE;
msg_col = 0;
/* No need to wait after an intentional redraw. */