commit | 91c5262b19fd2e558fe87b78c7767c7c5a270be8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 23:02:45 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 23:02:45 2016 +0200 |
tree | 3b93d653a0b7a5c78ef01ddeef4d26a54541718f | |
parent | bcc1dcc981dfc092587d4fbd1327d82a03426c57 [diff] [blame] |
patch 7.4.2196 Problem: glob2regpat test doesn't test everything on MS-Windows. Solution: Add patterns with backslash handling.
diff --git a/src/version.c b/src/version.c index 4dbba94..85053e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2196, +/**/ 2195, /**/ 2194,