0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.1.1494: build failure

Problem:    Build failure.
Solution:   Add missing changes.
This commit is contained in:
Bram Moolenaar
2019-06-08 16:06:28 +02:00
parent 33796b39b9
commit 6c009a3974
2 changed files with 5 additions and 0 deletions

View File

@@ -1991,6 +1991,9 @@ typedef enum {
POPPOS_TOPRIGHT, POPPOS_TOPRIGHT,
POPPOS_CENTER POPPOS_CENTER
} poppos_T; } poppos_T;
# define POPUPWIN_DEFAULT_ZINDEX 50
# define POPUPMENU_ZINDEX 100
#endif #endif
/* /*

View File

@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1494,
/**/ /**/
1493, 1493,
/**/ /**/