summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-19 22:50:20 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-19 22:50:20 +0200
commit2b78ab5d0c91c229715ae140a34978506343bde3 (patch)
treea03ffca1b4dc08b6c3d918be8162544321c07595
parentb40c2576d4e0e2dd2c580414c45947d88556d76d (diff)
downloadvim-git-2b78ab5d0c91c229715ae140a34978506343bde3.tar.gz
patch 8.1.2188: build error for missing definev8.1.2188
Problem: Build error for missing define. Solution: Add missing change.
-rw-r--r--src/version.c2
-rw-r--r--src/vim.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c55af5ab5..f11a02010 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2188,
+/**/
2187,
/**/
2186,
diff --git a/src/vim.h b/src/vim.h
index d361f8a76..e92352c65 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -810,6 +810,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
#define WILD_ICASE 0x100
#define WILD_ALLLINKS 0x200
#define WILD_IGNORE_COMPLETESLASH 0x400
+#define WILD_NOERROR 0x800 // sets EW_NOERROR
// Flags for expand_wildcards()
#define EW_DIR 0x01 // include directory names