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

@@ -2006,7 +2006,7 @@ static void version(void)
info_message = TRUE; // use mch_msg(), not mch_errmsg()
list_version();
msg_putchar('\n');
msg_didout = false;
msg_didout = FALSE;
}
/// Prints help message for "nvim -h" or "nvim --help".