comparison src/proto/popupwin.pro @ 18396:ba5d8c5d77d7 v8.1.2192

patch 8.1.2192: cannot easily fill the info popup asynchronously Commit: https://github.com/vim/vim/commit/dca7abe79cc4f0933473c3e4bcc75b46cc2c48fd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 20 18:17:57 2019 +0200 patch 8.1.2192: cannot easily fill the info popup asynchronously Problem: Cannot easily fill the info popup asynchronously. Solution: Add the "popuphidden" value to 'completeopt'. (closes https://github.com/vim/vim/issues/4924)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Oct 2019 18:30:04 +0200
parents 08f1dd29550e
children e5ef5d820b5b
comparison
equal deleted inserted replaced
18395:dbfbbb32cf07 18396:ba5d8c5d77d7
24 void f_popup_filter_yesno(typval_T *argvars, typval_T *rettv); 24 void f_popup_filter_yesno(typval_T *argvars, typval_T *rettv);
25 void f_popup_dialog(typval_T *argvars, typval_T *rettv); 25 void f_popup_dialog(typval_T *argvars, typval_T *rettv);
26 void f_popup_menu(typval_T *argvars, typval_T *rettv); 26 void f_popup_menu(typval_T *argvars, typval_T *rettv);
27 void f_popup_notification(typval_T *argvars, typval_T *rettv); 27 void f_popup_notification(typval_T *argvars, typval_T *rettv);
28 void f_popup_close(typval_T *argvars, typval_T *rettv); 28 void f_popup_close(typval_T *argvars, typval_T *rettv);
29 void popup_hide(win_T *wp);
29 void f_popup_hide(typval_T *argvars, typval_T *rettv); 30 void f_popup_hide(typval_T *argvars, typval_T *rettv);
30 void popup_show(win_T *wp); 31 void popup_show(win_T *wp);
31 void f_popup_show(typval_T *argvars, typval_T *rettv); 32 void f_popup_show(typval_T *argvars, typval_T *rettv);
32 void f_popup_settext(typval_T *argvars, typval_T *rettv); 33 void f_popup_settext(typval_T *argvars, typval_T *rettv);
33 void popup_close(int id); 34 void popup_close(int id);