aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-20 06:04:07 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-21 07:34:05 -0400
commit60415a5d3a0fec6fc42a900aba15943b3d1730cd (patch)
tree5ef8d44199fead1a9f65b530369943ae0b341a5c
parentf4cbe96488fce4de971be2e25b254320f0fa71b2 (diff)
downloadrneovim-60415a5d3a0fec6fc42a900aba15943b3d1730cd.tar.gz
rneovim-60415a5d3a0fec6fc42a900aba15943b3d1730cd.tar.bz2
rneovim-60415a5d3a0fec6fc42a900aba15943b3d1730cd.zip
vim-patch:8.1.2188: build error for missing define
Problem: Build error for missing define. Solution: Add missing change. https://github.com/vim/vim/commit/2b78ab5d0c91c229715ae140a34978506343bde3 These "WILD_" macros are used in earlier vim patches.
-rw-r--r--src/nvim/ex_getln.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/ex_getln.h b/src/nvim/ex_getln.h
index 051564fbe1..99d5a7786d 100644
--- a/src/nvim/ex_getln.h
+++ b/src/nvim/ex_getln.h
@@ -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 {