diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-21 15:13:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-21 15:13:41 +0200 |
commit | bd483b3f577ee1af7c8c8bf440f5d81613336975 (patch) | |
tree | 0de3487b03642aa7e85ce65560df2a41fc0b80df /src/proto/popupwin.pro | |
parent | e2c453d38f6512ac4cff7cd26aa7780b4e2534d7 (diff) | |
download | vim-git-bd483b3f577ee1af7c8c8bf440f5d81613336975.tar.gz |
patch 8.1.1902: cannot have an info popup without a borderv8.1.1902
Problem: Cannot have an info popup without a border.
Solution: Add the "border" item to 'completepopup'.
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r-- | src/proto/popupwin.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro index f3204439d..9f6d4339e 100644 --- a/src/proto/popupwin.pro +++ b/src/proto/popupwin.pro @@ -6,6 +6,7 @@ void popup_drag(win_T *wp); void popup_set_firstline(win_T *wp); int popup_is_in_scrollbar(win_T *wp, int row, int col); void popup_handle_scrollbar_click(win_T *wp, int row, int col); +int popup_top_extra(win_T *wp); int popup_height(win_T *wp); int popup_width(win_T *wp); int popup_extra_width(win_T *wp); |