0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1548: popup_dialog() is not implemented

Problem:    Popup_dialog() is not implemented.
Solution:   Implement popup_dialog() and popup_filter_yesno().
This commit is contained in:
Bram Moolenaar
2019-06-15 21:46:30 +02:00
parent 26910de8b0
commit a42d945efc
8 changed files with 177 additions and 46 deletions

View File

@@ -1998,7 +1998,8 @@ typedef enum {
# define POPUPWIN_DEFAULT_ZINDEX 50
# define POPUPMENU_ZINDEX 100
# define POPUPWIN_NOTIFICATION_ZINDEX 200
# define POPUPWIN_DIALOG_ZINDEX 200
# define POPUPWIN_NOTIFICATION_ZINDEX 300
#endif
/*