mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user