1
0
forked from aniani/vim

patch 8.1.0626: MS-Windows: no resize to fit parent when using --windowid

Problem:    MS-Windows: no resize to fit parent when using --windowid.
Solution:   Pass FALSE for "mustset" in gui_set_shellsize(). (Agorgianitis
            Loukas, closes #3616)
This commit is contained in:
Bram Moolenaar
2018-12-22 18:44:53 +01:00
parent 81df63537e
commit 4814ccbdf0
2 changed files with 6 additions and 3 deletions

View File

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