Patch 8.2.0792

5 views
Skip to first unread message

Bram Moolenaar

unread,
May 18, 2020, 2:12:51 PM5/18/20
to vim...@googlegroups.com

Patch 8.2.0792
Problem: Build failure with small features.
Solution: Add #ifdef.
Files: src/popupwin.c


*** ../vim-8.2.0791/src/popupwin.c 2020-05-18 19:46:00.070602956 +0200
--- src/popupwin.c 2020-05-18 20:11:17.970295190 +0200
***************
*** 1757,1762 ****
--- 1757,1763 ----
}
}

+ #ifdef FEAT_TERMINAL
/*
* Return TRUE if there is any popup window with a terminal buffer.
*/
***************
*** 1775,1780 ****
--- 1776,1782 ----
return TRUE;
return FALSE;
}
+ #endif

/*
* popup_create({text}, {options})
*** ../vim-8.2.0791/src/version.c 2020-05-18 19:46:00.074602945 +0200
--- src/version.c 2020-05-18 20:11:44.798217932 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 792,
/**/

--
All true wisdom is found on T-shirts.

/// 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