comparison src/proto/popupwin.pro @ 16841:cf630fab9fb6 v8.1.1422

patch 8.1.1422: popup_getoptions() not implemented yet commit https://github.com/vim/vim/commit/8c2a600f72ca930841a5f4f7eac22884238afaf3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 30 14:29:45 2019 +0200 patch 8.1.1422: popup_getoptions() not implemented yet Problem: Popup_getoptions() not implemented yet. Solution: Implement it. (closes https://github.com/vim/vim/issues/4452)
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 May 2019 14:30:07 +0200
parents 032d5335987e
children e6bcccccbf7b
comparison
equal deleted inserted replaced
16840:e9db83da71f5 16841:cf630fab9fb6
8 void popup_close(int id); 8 void popup_close(int id);
9 void popup_close_tabpage(tabpage_T *tp, int id); 9 void popup_close_tabpage(tabpage_T *tp, int id);
10 void close_all_popups(void); 10 void close_all_popups(void);
11 void ex_popupclear(exarg_T *eap); 11 void ex_popupclear(exarg_T *eap);
12 void f_popup_move(typval_T *argvars, typval_T *rettv); 12 void f_popup_move(typval_T *argvars, typval_T *rettv);
13 void f_popup_getoptions(typval_T *argvars, typval_T *rettv);
13 void f_popup_getposition(typval_T *argvars, typval_T *rettv); 14 void f_popup_getposition(typval_T *argvars, typval_T *rettv);
14 /* vim: set ft=c : */ 15 /* vim: set ft=c : */