changeset 18388:368d6a478ae5 v8.1.2188

patch 8.1.2188: build error for missing define Commit: https://github.com/vim/vim/commit/2b78ab5d0c91c229715ae140a34978506343bde3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 22:50:20 2019 +0200 patch 8.1.2188: build error for missing define Problem: Build error for missing define. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 23:00:04 +0200
parents 2d4bed814a79
children 1ee8267f1258
files src/version.c src/vim.h
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
--- a/src/vim.h
+++ b/src/vim.h
@@ -810,6 +810,7 @@ extern int (*dyn_libintl_wputenv)(const 
 #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