comparison src/proto/popupwin.pro @ 17545:1e45331bd2ab v8.1.1770

patch 8.1.1770: cannot get the window ID of the popup preview window commit https://github.com/vim/vim/commit/56c0c4749d58e9331b212c38df46e2993d5d97c1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 17:57:43 2019 +0200 patch 8.1.1770: cannot get the window ID of the popup preview window Problem: Cannot get the window ID of the popup preview window. Solution: Add popup_getpreview().
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 18:00:05 +0200
parents ce35cdbe9f74
children 8cca2654d459
comparison
equal deleted inserted replaced
17544:531324882cb8 17545:1e45331bd2ab
40 void popup_check_cursor_pos(void); 40 void popup_check_cursor_pos(void);
41 void may_update_popup_mask(int type); 41 void may_update_popup_mask(int type);
42 void update_popups(void (*win_update)(win_T *wp)); 42 void update_popups(void (*win_update)(win_T *wp));
43 int set_ref_in_popups(int copyID); 43 int set_ref_in_popups(int copyID);
44 win_T *popup_find_preview_window(void); 44 win_T *popup_find_preview_window(void);
45 void f_popup_getpreview(typval_T *argvars, typval_T *rettv);
45 int popup_is_popup(win_T *wp); 46 int popup_is_popup(win_T *wp);
46 int popup_create_preview_window(void); 47 int popup_create_preview_window(void);
47 void popup_close_preview(void); 48 void popup_close_preview(void);
48 /* vim: set ft=c : */ 49 /* vim: set ft=c : */