mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user