]> granicus.if.org Git - vim/commitdiff
patch 8.0.1585: enabling beval_term feature in Win32 GUI v8.0.1585
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Mar 2018 17:20:03 +0000 (18:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Mar 2018 17:20:03 +0000 (18:20 +0100)
Problem:    Enabling beval_term feature in Win32 GUI.
Solution:   Only enable beval_term in Win32 console.

src/feature.h
src/version.c

index c80dc05115e12693500303bf15bdc475d7f71f53..9754d0bc6a3d055dd47bf9525ce4de6dddab7b80 100644 (file)
 /*
  * +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
 
index a2165f20e6bf04e344dc0510283207021128efef..a4fd2e60ab658dcfa42f5a115449772e8538fe5b 100644 (file)
@@ -766,6 +766,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1585,
 /**/
     1584,
 /**/