0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.1522: poup_notification() not implemented yet

Problem:    Popup_notification() not implemented yet.
Solution:   Implement it.
This commit is contained in:
Bram Moolenaar
2019-06-12 22:42:41 +02:00
parent 7c7f01e2b2
commit 68d48f40a4
9 changed files with 212 additions and 43 deletions

View File

@@ -1992,8 +1992,9 @@ typedef enum {
POPPOS_CENTER
} poppos_T;
# define POPUPWIN_DEFAULT_ZINDEX 50
# define POPUPMENU_ZINDEX 100
# define POPUPWIN_DEFAULT_ZINDEX 50
# define POPUPMENU_ZINDEX 100
# define POPUPWIN_NOTIFICATION_ZINDEX 200
#endif
/*