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

@@ -3942,7 +3942,7 @@ static int tree_add_word(spellinfo_T *spin, char_u *word, wordnode_T *root, int
msg_start();
msg_puts(_(msg_compressing));
msg_clr_eos();
msg_didout = false;
msg_didout = FALSE;
msg_col = 0;
ui_flush();
}