commit | 790498b509443f96f39431d2bc87b777efbe250f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 22:15:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 22:15:29 2019 +0200 |
tree | 825116fda3eb6724ae59a3c570cbc680a3f9bfe0 | |
parent | 3bfd04e672ea47e371595e50a92ddfb2223f6e3d [diff] [blame] |
patch 8.1.1445: popup window border highlight not implemented yet Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
diff --git a/src/window.c b/src/window.c index b4ab11b..e15b311 100644 --- a/src/window.c +++ b/src/window.c
@@ -4846,6 +4846,8 @@ #endif #ifdef FEAT_TEXT_PROP free_callback(&wp->w_filter_cb); + for (i = 0; i < 4; ++i) + VIM_CLEAR(wp->w_border_highlight[i]); #endif #ifdef FEAT_SYN_HL