commit | ea6553bec340920d8a09c7210cdc2d218e25ace2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 15:13:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 15:13:38 2016 +0200 |
tree | 6055474156b2f2b4a008e01b1f4353642e2f3b69 | |
parent | 4f3f668c8486444e53163c29d2fc79bf47eb3c82 [diff] [blame] |
patch 7.4.1663 Problem: In tests it's often useful to check if a pattern matches. Solution: Add assert_match().
diff --git a/src/version.c b/src/version.c index b19190d..f21fb6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1663, +/**/ 1662, /**/ 1661,