mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.1441: popup window filter not yet implemented
Problem: Popup window filter not yet implemented. Solution: Implement the popup filter.
This commit is contained in:
@@ -4844,6 +4844,9 @@ win_free(
|
||||
#ifdef FEAT_MENU
|
||||
remove_winbar(wp);
|
||||
#endif
|
||||
#ifdef FEAT_TEXT_PROP
|
||||
free_callback(&wp->w_filter_cb);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SYN_HL
|
||||
vim_free(wp->w_p_cc_cols);
|
||||
|
Reference in New Issue
Block a user