We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d57ba0 commit 83e7450Copy full SHA for 83e7450
2 files changed
src/popupwin.c
@@ -3504,10 +3504,12 @@ may_update_popup_mask(int type)
3504
wp = mouse_find_win(&line_cp, &col_cp, IGNORE_POPUP);
3505
if (wp != NULL)
3506
{
3507
+#if defined(FEAT_TERMINAL)
3508
// A terminal window needs to be redrawn.
3509
if (bt_terminal(wp->w_buffer))
3510
redraw_win_later(wp, NOT_VALID);
3511
else
3512
+#endif
3513
3514
if (wp != prev_wp)
3515
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1196,
759
/**/
760
1195,
761
0 commit comments