vim-patch:8.1.2188: build error for missing define

Problem:    Build error for missing define.
Solution:   Add missing change.
2b78ab5d0c

These "WILD_" macros are used in earlier vim patches.
This commit is contained in:
Jan Edmund Lazo
2019-10-20 06:04:07 -04:00
parent f4cbe96488
commit 60415a5d3a

View File

@@ -27,6 +27,8 @@
#define WILD_ESCAPE 0x80
#define WILD_ICASE 0x100
#define WILD_ALLLINKS 0x200
#define WILD_IGNORE_COMPLETESLASH 0x400
#define WILD_NOERROR 0x800 // sets EW_NOERROR
/// Present history tables
typedef enum {