summaryrefslogtreecommitdiffstats
path: root/src/proto/popupwin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-01 22:40:44 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-01 22:40:44 +0200
commit90f3e7ac56056ffad50bac9d4497b5830c37ab26 (patch)
tree5a787144818c26a791d8a0c5cfa5969483b67e29 /src/proto/popupwin.pro
parentf4fd7ecbc025e8022c3fbfe52bc512b907cb5459 (diff)
patch 8.1.1789: cannot see file name of preview popup windowv8.1.1789
Problem: Cannot see file name of preview popup window. Solution: Add the file name as the title.
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r--src/proto/popupwin.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro
index 63ff37aaf0..b964fc0dd0 100644
--- a/src/proto/popupwin.pro
+++ b/src/proto/popupwin.pro
@@ -47,4 +47,6 @@ void f_popup_getpreview(typval_T *argvars, typval_T *rettv);
int popup_is_popup(win_T *wp);
int popup_create_preview_window(void);
void popup_close_preview(void);
+void popup_set_title(win_T *wp);
+void popup_update_preview_title(void);
/* vim: set ft=c : */