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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.