File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -777,6 +777,8 @@ static char *(features[]) =
777777
778778static int included_patches [] =
779779{ /* Add new patch number below this line */
780+ /**/
781+ 1646 ,
780782/**/
781783 1645 ,
782784/**/
You can’t perform that action at this time.
0 commit comments