comparison src/window.c @ 16888:ec61b6b79865 v8.1.1445

patch 8.1.1445: popup window border highlight not implemented yet commit https://github.com/vim/vim/commit/790498b509443f96f39431d2bc87b777efbe250f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 22:15:29 2019 +0200 patch 8.1.1445: popup window border highlight not implemented yet Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 22:30:05 +0200
parents 998603a243d7
children 5131023c5728
comparison
equal deleted inserted replaced
16887:a8aa4c4ffa4a 16888:ec61b6b79865
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 4847 #ifdef FEAT_TEXT_PROP
4848 free_callback(&wp->w_filter_cb); 4848 free_callback(&wp->w_filter_cb);
4849 for (i = 0; i < 4; ++i)
4850 VIM_CLEAR(wp->w_border_highlight[i]);
4849 #endif 4851 #endif
4850 4852
4851 #ifdef FEAT_SYN_HL 4853 #ifdef FEAT_SYN_HL
4852 vim_free(wp->w_p_cc_cols); 4854 vim_free(wp->w_p_cc_cols);
4853 #endif 4855 #endif