1
0
forked from aniani/vim

patch 9.0.0447: using :echowin while at the hit-enter prompt causes problems

Problem:    Using :echowin while at the hit-enter prompt causes problems.
Solution:   Do not prompt for :echowin.  Postpone showing the message window.
            Start the timer when the window is displayed.
This commit is contained in:
Bram Moolenaar
2022-09-11 21:36:17 +01:00
parent 87e74d0e03
commit cf0995d7d7
8 changed files with 85 additions and 7 deletions

View File

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