mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.1523: cannot show range of buffer lines in popup window
Problem: Cannot show range of buffer lines in popup window. Solution: Add the "firstline" property. (closes #4523)
This commit is contained in:
@@ -2895,6 +2895,7 @@ struct window_S
|
||||
int w_maxwidth; // "maxwidth" for popup window
|
||||
int w_wantline; // "line" for popup window
|
||||
int w_wantcol; // "col" for popup window
|
||||
int w_firstline; // "firstline" for popup window
|
||||
int w_popup_padding[4]; // popup padding top/right/bot/left
|
||||
int w_popup_border[4]; // popup border top/right/bot/left
|
||||
char_u *w_border_highlight[4]; // popup border highlight
|
||||
|
Reference in New Issue
Block a user