Patch 8.1.1582
Problem: Cannot build with +textprop but without +timers.
Solution: Add #ifdef. (Ola Söder, closes #4574)
Files: src/popupwin.c
*** ../vim-8.1.1581/src/popupwin.c 2019-06-23 00:15:02.577534926 +0200
--- src/popupwin.c 2019-06-23 00:58:41.080029852 +0200
***************
*** 1051,1058 ****
--- 1051,1060 ----
// Deal with options.
apply_options(wp, argvars[1].vval.v_dict);
+ #ifdef FEAT_TIMERS
if (type == TYPE_NOTIFICATION && wp->w_popup_timer == NULL)
popup_add_timeout(wp, 3000);
+ #endif
popup_adjust_position(wp);
*** ../vim-8.1.1581/src/version.c 2019-06-23 00:49:50.989715070 +0200
--- src/version.c 2019-06-23 01:02:16.239321579 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1582,
/**/
--
Did you hear about the new 3 million dollar West Virginia State Lottery?
The winner gets 3 dollars a year for a million years.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201906222305.x5MN55YS021850%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.