diff --git a/src/version.c b/src/version.c index c55af5ab5c..f11a020107 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2188, /**/ 2187, /**/ diff --git a/src/vim.h b/src/vim.h index d361f8a766..e92352c65c 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