mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1559: popup window title property not implemented yet
Problem: Popup window title property not implemented yet. Solution: Implement the title property.
This commit is contained in:
@@ -4857,6 +4857,7 @@ win_free(
|
||||
free_callback(&wp->w_filter_cb);
|
||||
for (i = 0; i < 4; ++i)
|
||||
VIM_CLEAR(wp->w_border_highlight[i]);
|
||||
vim_free(wp->w_popup_title);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SYN_HL
|
||||
|
Reference in New Issue
Block a user