0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.2188: build error for missing define

Problem:    Build error for missing define.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar
2019-10-19 22:50:20 +02:00
parent b40c2576d4
commit 2b78ab5d0c
2 changed files with 3 additions and 0 deletions

View File

@@ -741,6 +741,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 */
/**/
2188,
/**/ /**/
2187, 2187,
/**/ /**/

View File

@@ -810,6 +810,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
#define WILD_ICASE 0x100 #define WILD_ICASE 0x100
#define WILD_ALLLINKS 0x200 #define WILD_ALLLINKS 0x200
#define WILD_IGNORE_COMPLETESLASH 0x400 #define WILD_IGNORE_COMPLETESLASH 0x400
#define WILD_NOERROR 0x800 // sets EW_NOERROR
// Flags for expand_wildcards() // Flags for expand_wildcards()
#define EW_DIR 0x01 // include directory names #define EW_DIR 0x01 // include directory names