mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
After entering a crypt key would need to hit return to continue.
When silencing a message it would still clear a kept message.
This commit is contained in:
@@ -1135,8 +1135,11 @@ msg_start()
|
||||
{
|
||||
int did_return = FALSE;
|
||||
|
||||
vim_free(keep_msg);
|
||||
keep_msg = NULL; /* don't display old message now */
|
||||
if (!msg_silent)
|
||||
{
|
||||
vim_free(keep_msg);
|
||||
keep_msg = NULL; /* don't display old message now */
|
||||
}
|
||||
|
||||
#ifdef FEAT_EVAL
|
||||
if (need_clr_eos)
|
||||
|
Reference in New Issue
Block a user