comparison src/window.c @ 16880:998603a243d7 v8.1.1441

patch 8.1.1441: popup window filter not yet implemented commit https://github.com/vim/vim/commit/bf0eff0b724ebf4951f7ca82e6c648451f9f0c01 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 17:13:36 2019 +0200 patch 8.1.1441: popup window filter not yet implemented Problem: Popup window filter not yet implemented. Solution: Implement the popup filter.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 17:15:06 +0200
parents da5f5836e90c
children ec61b6b79865
comparison
equal deleted inserted replaced
16879:3fc7f1139ab4 16880:998603a243d7
4842 #endif /* FEAT_GUI */ 4842 #endif /* FEAT_GUI */
4843 4843
4844 #ifdef FEAT_MENU 4844 #ifdef FEAT_MENU
4845 remove_winbar(wp); 4845 remove_winbar(wp);
4846 #endif 4846 #endif
4847 #ifdef FEAT_TEXT_PROP
4848 free_callback(&wp->w_filter_cb);
4849 #endif
4847 4850
4848 #ifdef FEAT_SYN_HL 4851 #ifdef FEAT_SYN_HL
4849 vim_free(wp->w_p_cc_cols); 4852 vim_free(wp->w_p_cc_cols);
4850 #endif 4853 #endif
4851 4854