mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1445: popup window border highlight not implemented yet
Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
This commit is contained in:
@@ -2890,6 +2890,8 @@ struct window_S
|
||||
int w_wantcol; // "col" 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
|
||||
int w_border_char[8]; // popup border characters
|
||||
varnumber_T w_popup_last_changedtick; // b:changedtick when position was
|
||||
// computed
|
||||
callback_T w_filter_cb; // popup filter callback
|
||||
|
Reference in New Issue
Block a user