mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1787: cannot resize a popup window
Problem: Cannot resize a popup window. Solution: Allow for resizing by dragging the lower right corncer.
This commit is contained in:
@@ -3017,7 +3017,6 @@ struct window_S
|
||||
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
|
||||
|
||||
list_T *w_popup_mask; // list of lists for "mask"
|
||||
|
Reference in New Issue
Block a user