We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40c257 commit 2b78ab5Copy full SHA for 2b78ab5
2 files changed
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 2188,
746
/**/
747
2187,
748
src/vim.h
@@ -810,6 +810,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
810
#define WILD_ICASE 0x100
811
#define WILD_ALLLINKS 0x200
812
#define WILD_IGNORE_COMPLETESLASH 0x400
813
+#define WILD_NOERROR 0x800 // sets EW_NOERROR
814
815
// Flags for expand_wildcards()
816
#define EW_DIR 0x01 // include directory names
0 commit comments