0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 9.0.0551: mode message is delayed when :echowin was used

Problem:    Mode message is delayed when :echowin was used. (Maxim Kim)
Solution:   Save and restore msg_didout in :echowin. (closes #11193)
This commit is contained in:
Bram Moolenaar
2022-09-22 19:02:38 +01:00
parent 62de54b48d
commit f87eeb43fb
2 changed files with 17 additions and 4 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
551,
/**/
550,
/**/