Skip to content

Commit 2b78ab5

Browse files
committed
patch 8.1.2188: build error for missing define
Problem: Build error for missing define. Solution: Add missing change.
1 parent b40c257 commit 2b78ab5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
2188,
744746
/**/
745747
2187,
746748
/**/

src/vim.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
810810
#define WILD_ICASE 0x100
811811
#define WILD_ALLLINKS 0x200
812812
#define WILD_IGNORE_COMPLETESLASH 0x400
813+
#define WILD_NOERROR 0x800 // sets EW_NOERROR
813814

814815
// Flags for expand_wildcards()
815816
#define EW_DIR 0x01 // include directory names

0 commit comments

Comments
 (0)