comparison src/proto/popupwin.pro @ 17045:7fe328ad5573 v8.1.1522

patch 8.1.1522: poup_notification() not implemented yet commit https://github.com/vim/vim/commit/68d48f40a4da79547b53e3164b658812e154d411 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 12 22:42:41 2019 +0200 patch 8.1.1522: poup_notification() not implemented yet Problem: Popup_notification() not implemented yet. Solution: Implement it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Jun 2019 22:45:07 +0200
parents 5ed4965ebc7b
children 221d4b82bc0b
comparison
equal deleted inserted replaced
17044:687ec0a10570 17045:7fe328ad5573
3 int popup_width(win_T *wp); 3 int popup_width(win_T *wp);
4 void popup_adjust_position(win_T *wp); 4 void popup_adjust_position(win_T *wp);
5 void f_popup_clear(typval_T *argvars, typval_T *rettv); 5 void f_popup_clear(typval_T *argvars, typval_T *rettv);
6 void f_popup_create(typval_T *argvars, typval_T *rettv); 6 void f_popup_create(typval_T *argvars, typval_T *rettv);
7 void f_popup_atcursor(typval_T *argvars, typval_T *rettv); 7 void f_popup_atcursor(typval_T *argvars, typval_T *rettv);
8 void f_popup_notification(typval_T *argvars, typval_T *rettv);
8 int popup_any_visible(void); 9 int popup_any_visible(void);
9 void f_popup_close(typval_T *argvars, typval_T *rettv); 10 void f_popup_close(typval_T *argvars, typval_T *rettv);
10 void f_popup_hide(typval_T *argvars, typval_T *rettv); 11 void f_popup_hide(typval_T *argvars, typval_T *rettv);
11 void f_popup_show(typval_T *argvars, typval_T *rettv); 12 void f_popup_show(typval_T *argvars, typval_T *rettv);
12 void popup_close(int id); 13 void popup_close(int id);