1
0
forked from aniani/vim

patch 9.0.0356: :echowindow sets the in_echowindow flag too early

Problem:    :echowindow sets the in_echowindow flag too early.
Solution:   Set in_echowindow only when outputting the text. (Yasuhiro
            Matsumoto, closes #11033)
This commit is contained in:
Yasuhiro Matsumoto
2022-09-02 12:16:21 +01:00
committed by Bram Moolenaar
parent 6c667bdc94
commit a02a8a4d84
4 changed files with 41 additions and 9 deletions

View File

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