diff --git a/src/feature.h b/src/feature.h index c80dc05115..9754d0bc6a 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1318,7 +1318,8 @@ /* * +balloon_eval_term Allow balloon expression evaluation in the terminal. */ -#if defined(FEAT_HUGE) && (defined(UNIX) || defined(WIN32)) && defined(FEAT_TIMERS) +#if defined(FEAT_HUGE) && defined(FEAT_TIMERS) && \ + (defined(UNIX) || (defined(WIN32) && !defined(FEAT_GUI_W32))) # define FEAT_BEVAL_TERM #endif diff --git a/src/version.c b/src/version.c index a2165f20e6..a4fd2e60ab 100644 --- a/src/version.c +++ b/src/version.c @@ -766,6 +766,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1585, /**/ 1584, /**/