Patch 8.2.1196

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 12, 2020, 2:45:33 PM7/12/20
to vim...@googlegroups.com

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


*** ../vim-8.2.1195/src/popupwin.c 2020-07-12 19:23:49.272616774 +0200
--- src/popupwin.c 2020-07-12 20:43:36.309416095 +0200
***************
*** 3504,3513 ****
--- 3504,3515 ----
wp = mouse_find_win(&line_cp, &col_cp, IGNORE_POPUP);
if (wp != NULL)
{
+ #if defined(FEAT_TERMINAL)
// A terminal window needs to be redrawn.
if (bt_terminal(wp->w_buffer))
redraw_win_later(wp, NOT_VALID);
else
+ #endif
{
if (wp != prev_wp)
{
*** ../vim-8.2.1195/src/version.c 2020-07-12 20:00:21.098137197 +0200
--- src/version.c 2020-07-12 20:44:18.817253628 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1196,
/**/

--
hundred-and-one symptoms of being an internet addict:
19. All of your friends have an @ in their names.

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