Patch 8.1.2188

10 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 19, 2019, 4:50:54 PM10/19/19
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages