1
0
forked from aniani/vim

patch 9.0.0294: crash when 'cmdheight' is 0 and popup_clear() used

Problem:    Crash when 'cmdheight' is 0 and popup_clear() used.
Solution:   Reset "message_win" when the message popup is cleared.  Close the
            popup when 'cmdheight' is non-zero.  Add a screendump test.
This commit is contained in:
Bram Moolenaar
2022-08-28 13:02:45 +01:00
parent b0509c542e
commit 43568648df
8 changed files with 74 additions and 3 deletions

View File

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