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:
@@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user