Patch 8.2.1958

6 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 5, 2020, 1:35:16 PM11/5/20
to vim...@googlegroups.com

Patch 8.2.1958 (after 8.2.1956)
Problem: Build failure with timers.
Solution: Add missing change.
Files: src/popupwin.c


*** ../vim-8.2.1957/src/popupwin.c 2020-10-22 13:44:49.922509593 +0200
--- src/popupwin.c 2020-11-04 20:19:11.013663622 +0100
***************
*** 384,390 ****

vim_snprintf((char *)cbbuf, sizeof(cbbuf),
"{_ -> popup_close(%d)}", wp->w_id);
! if (get_lambda_tv(&ptr, &tv, &EVALARG_EVALUATE) == OK)
{
wp->w_popup_timer = create_timer(time, 0);
wp->w_popup_timer->tr_callback = get_callback(&tv);
--- 384,390 ----

vim_snprintf((char *)cbbuf, sizeof(cbbuf),
"{_ -> popup_close(%d)}", wp->w_id);
! if (get_lambda_tv(&ptr, &tv, FALSE, &EVALARG_EVALUATE) == OK)
{
wp->w_popup_timer = create_timer(time, 0);
wp->w_popup_timer->tr_callback = get_callback(&tv);
*** ../vim-8.2.1957/src/version.c 2020-11-05 19:06:55.739582600 +0100
--- src/version.c 2020-11-05 19:21:41.948827185 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1958,
/**/

--
hundred-and-one symptoms of being an internet addict:
198. You read all the quotes at Netaholics Anonymous and keep thinking
"What's wrong with that?"

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages