comparison src/version.c @ 15233:5e7515dbf871 v8.1.0626

patch 8.1.0626: MS-Windows: no resize to fit parent when using --windowid commit https://github.com/vim/vim/commit/4814ccbdf0e99e2d33e1ac926c59f677f5c2afe2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 22 18:44:53 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Dec 2018 18:45:05 +0100
parents 42ce33efb23d
children ee63f4fe3d45
comparison
equal deleted inserted replaced
15232:ebb62b5f7f21 15233:5e7515dbf871
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 626,
802 /**/ 804 /**/
803 625, 805 625,
804 /**/ 806 /**/
805 624, 807 624,
806 /**/ 808 /**/