Patch 8.1.2188 (after 8.1.2187)
Problem: Build error for missing define.
Solution: Add missing change.
Files: src/vim.h
*** ../vim-8.1.2187/src/vim.h 2019-10-17 22:58:59.070496999 +0200
--- src/vim.h 2019-10-19 20:46:52.386689879 +0200
***************
*** 810,815 ****
--- 810,816 ----
#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
*** ../vim-8.1.2187/src/version.c 2019-10-19 21:01:01.607226710 +0200
--- src/version.c 2019-10-19 22:50:02.523227628 +0200
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2188,
/**/
--
If you don't get everything you want, think of
everything you didn't get and don't want.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201910192050.x9JKoiuW031743%40masaka.moolenaar.net.