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