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 f536bf6 commit ebf142aCopy full SHA for ebf142a
src/feature.h
@@ -1318,7 +1318,8 @@
1318
/*
1319
* +balloon_eval_term Allow balloon expression evaluation in the terminal.
1320
*/
1321
-#if defined(FEAT_HUGE) && (defined(UNIX) || defined(WIN32)) && defined(FEAT_TIMERS)
+#if defined(FEAT_HUGE) && defined(FEAT_TIMERS) && \
1322
+ (defined(UNIX) || (defined(WIN32) && !defined(FEAT_GUI_W32)))
1323
# define FEAT_BEVAL_TERM
1324
#endif
1325
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1585,
771
/**/
772
1584,
773
0 commit comments