Skip to content

Commit 56a6312

Browse files
committed
patch 8.1.1646: build failure
Problem: build failure Solution: Add changes to structure.
1 parent b3d17a2 commit 56a6312

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/structs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2941,6 +2941,9 @@ struct window_S
29412941
linenr_T w_popup_lnum; // close popup if cursor not on this line
29422942
colnr_T w_popup_mincol; // close popup if cursor before this col
29432943
colnr_T w_popup_maxcol; // close popup if cursor after this col
2944+
int w_popup_mouse_row; // close popup if mouse moves away
2945+
int w_popup_mouse_mincol; // close popup if mouse moves away
2946+
int w_popup_mouse_maxcol; // close popup if mouse moves away
29442947
int w_popup_drag; // allow moving the popup with the mouse
29452948
popclose_T w_popup_close; // allow closing the popup with the mouse
29462949

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ static char *(features[]) =
777777

778778
static int included_patches[] =
779779
{ /* Add new patch number below this line */
780+
/**/
781+
1646,
780782
/**/
781783
1645,
782784
/**/

0 commit comments

Comments
 (0)