mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +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:
@@ -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".
|
||||
|
Reference in New Issue
Block a user