mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esc"
This reverts commit44bb7147e4
. Avoid regression mentioned inc64cce906e (commitcomment-45554271)
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user