commit | eb2310d47d83764a61d63cd5c2788870d7f6eddf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 20:09:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 20:09:10 2019 +0200 |
tree | edbc9c2ba71757b15fd06e4b77f17b0c43e96514 | |
parent | a730e55cc2d3045a79a340a5af1ad4a749058a32 [diff] [blame] |
patch 8.1.1559: popup window title property not implemented yet Problem: Popup window title property not implemented yet. Solution: Implement the title property.
diff --git a/src/window.c b/src/window.c index ee616ee..7f8bb78 100644 --- a/src/window.c +++ b/src/window.c
@@ -4857,6 +4857,7 @@ free_callback(&wp->w_filter_cb); for (i = 0; i < 4; ++i) VIM_CLEAR(wp->w_border_highlight[i]); + vim_free(wp->w_popup_title); #endif #ifdef FEAT_SYN_HL