To: vim_dev@googlegroups.com Subject: Patch 8.0.1585 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1585 Problem: Enabling beval_term feature in Win32 GUI. Solution: Only enable beval_term in Win32 console. Files: src/feature.h *** ../vim-8.0.1584/src/feature.h 2018-03-06 17:09:14.789600220 +0100 --- src/feature.h 2018-03-06 18:18:05.452727704 +0100 *************** *** 1318,1324 **** /* * +balloon_eval_term Allow balloon expression evaluation in the terminal. */ ! #if defined(FEAT_HUGE) && (defined(UNIX) || defined(WIN32)) && defined(FEAT_TIMERS) # define FEAT_BEVAL_TERM #endif --- 1318,1325 ---- /* * +balloon_eval_term Allow balloon expression evaluation in the terminal. */ ! #if defined(FEAT_HUGE) && defined(FEAT_TIMERS) && \ ! (defined(UNIX) || (defined(WIN32) && !defined(FEAT_GUI_W32))) # define FEAT_BEVAL_TERM #endif *** ../vim-8.0.1584/src/version.c 2018-03-06 17:54:56.929085292 +0100 --- src/version.c 2018-03-06 18:18:54.796429599 +0100 *************** *** 768,769 **** --- 768,771 ---- { /* Add new patch number below this line */ + /**/ + 1585, /**/ -- BEDEVERE: Why do you think she is a witch? SECOND VILLAGER: She turned me into a newt. BEDEVERE: A newt? SECOND VILLAGER: (After looking at himself for some time) I got better. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///