mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1580: cannot make part of a popup transparent
Problem: Cannot make part of a popup transparent. Solution: Add the "mask" option.
This commit is contained in:
@@ -4858,6 +4858,7 @@ win_free(
|
||||
for (i = 0; i < 4; ++i)
|
||||
VIM_CLEAR(wp->w_border_highlight[i]);
|
||||
vim_free(wp->w_popup_title);
|
||||
list_unref(wp->w_popup_mask);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SYN_HL
|
||||
|
Reference in New Issue
Block a user