We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33796b3 commit 6c009a3Copy full SHA for 6c009a3
2 files changed
src/structs.h
@@ -1991,6 +1991,9 @@ typedef enum {
1991
POPPOS_TOPRIGHT,
1992
POPPOS_CENTER
1993
} poppos_T;
1994
+
1995
+# define POPUPWIN_DEFAULT_ZINDEX 50
1996
+# define POPUPMENU_ZINDEX 100
1997
#endif
1998
1999
/*
src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
767
768
static int included_patches[] =
769
{ /* Add new patch number below this line */
770
+/**/
771
+ 1494,
772
/**/
773
1493,
774
0 commit comments