Problem: Enabling beval_term feature in Win32 GUI.
Solution: Only enable beval_term in Win32 console.
/*
* +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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1585,
/**/
1584,
/**/