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 fa1e90c commit 3d3f217Copy full SHA for 3d3f217
2 files changed
src/ui.c
@@ -628,8 +628,9 @@ ui_new_shellsize(void)
628
}
629
630
#if (defined(FEAT_EVAL) \
631
- && (defined(FEAT_GUI) \
632
- || (defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)))) \
+ && (defined(FEAT_GUI) \
+ || (defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)))) \
633
+ || defined(FEAT_TERMINAL) \
634
|| defined(PROTO)
635
/*
636
* Get the window position in pixels, if possible.
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1126,
776
/**/
777
1125,
778
0 commit comments