We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c56689 commit 7ebba3dCopy full SHA for 7ebba3d
src/ui.c
@@ -326,13 +326,7 @@ ui_set_shellsize(mustset)
326
{
327
#ifdef FEAT_GUI
328
if (gui.in_use)
329
- gui_set_shellsize(mustset,
330
-# ifdef WIN3264
331
- TRUE
332
-# else
333
- FALSE
334
-# endif
335
- , RESIZE_BOTH);
+ gui_set_shellsize(mustset, TRUE, RESIZE_BOTH);
336
else
337
#endif
338
mch_set_shellsize();
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 1296,
733
/**/
734
1295,
735
0 commit comments