mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
Revert "vim-patch:8.1.1189: mode is not cleared when leaving Insert mode"
This reverts commit 4afddb8f57
.
This commit is contained in:
@@ -7803,7 +7803,7 @@ static bool ins_esc(long *count, int cmdchar, bool nomove)
|
||||
// Otherwise remove the mode message.
|
||||
if (reg_recording != 0 || restart_edit != NUL) {
|
||||
showmode();
|
||||
} else if (p_smd && (got_int || !skip_showmode())) {
|
||||
} else if (p_smd && !skip_showmode()) {
|
||||
MSG("");
|
||||
}
|
||||
// Exit Insert mode
|
||||
|
Reference in New Issue
Block a user