]> granicus.if.org Git - vim/commitdiff
patch 8.1.2188: build error for missing define v8.1.2188
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 20:50:20 +0000 (22:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 20:50:20 +0000 (22:50 +0200)
Problem:    Build error for missing define.
Solution:   Add missing change.

src/version.c
src/vim.h

index c55af5ab5c6008b33e83ce7552cdb60097df45e2..f11a02010771ce7f63f1a9e41f432545d630859f 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2188,
 /**/
     2187,
 /**/
index d361f8a76658e2654f708c7278ad4f7bd4679eaa..e92352c65ca4b8df682c6ec06d0d71f909848049 100644 (file)
--- 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