comparison src/window.c @ 16890:5131023c5728 v8.1.1446

patch 8.1.1446: popup window callback not implemented yet commit https://github.com/vim/vim/commit/9eaac896501bcd6abdd430a90293eae8101df24a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 22:49:29 2019 +0200 patch 8.1.1446: popup window callback not implemented yet Problem: Popup window callback not implemented yet. Solution: Implement the callback.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 23:00:06 +0200
parents ec61b6b79865
children 23645f9a5ce2
comparison
equal deleted inserted replaced
16889:b6d0ad5822b1 16890:5131023c5728
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 4847 #ifdef FEAT_TEXT_PROP
4848 free_callback(&wp->w_close_cb);
4848 free_callback(&wp->w_filter_cb); 4849 free_callback(&wp->w_filter_cb);
4849 for (i = 0; i < 4; ++i) 4850 for (i = 0; i < 4; ++i)
4850 VIM_CLEAR(wp->w_border_highlight[i]); 4851 VIM_CLEAR(wp->w_border_highlight[i]);
4851 #endif 4852 #endif
4852 4853