commit | 7547a78446c1a3c04b36c0533f0f046188bd378b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 23:26:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 23:26:51 2016 +0200 |
tree | c91e213e634ac02d6ab68c4c76686738e7fd9b34 | |
parent | 36d1c0fef4039fd4c91643c8ac107e78115158c9 [diff] [blame] |
patch 7.4.2187 Problem: glob2regpat test fails on Windows. Solution: Remove the checks that use backslashes.
diff --git a/src/version.c b/src/version.c index 0a53260..100cf55 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2187, +/**/ 2186, /**/ 2185,