]> granicus.if.org Git - vim/commitdiff
patch 8.1.1646: build failure v8.1.1646
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Jul 2019 16:38:34 +0000 (18:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Jul 2019 16:38:34 +0000 (18:38 +0200)
Problem:    build failure
Solution:   Add changes to structure.

src/structs.h
src/version.c

index 4c4ce7df0a4c7d41bed6d84139c956f144b3b60a..57a09fa985caa6314bff71a7b27d591497ee4dec 100644 (file)
@@ -2941,6 +2941,9 @@ struct window_S
     linenr_T   w_popup_lnum;       // close popup if cursor not on this line
     colnr_T    w_popup_mincol;     // close popup if cursor before this col
     colnr_T    w_popup_maxcol;     // close popup if cursor after this col
+    int                w_popup_mouse_row;  // close popup if mouse moves away
+    int                w_popup_mouse_mincol;  // close popup if mouse moves away
+    int                w_popup_mouse_maxcol;  // close popup if mouse moves away
     int                w_popup_drag;       // allow moving the popup with the mouse
     popclose_T w_popup_close;      // allow closing the popup with the mouse
 
index 61651330c09f1479115a265c7c31c0fed221b8af..52bce3b683a80997770783782e38529e933d3d87 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1646,
 /**/
     1645,
 /**/