diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-27 15:13:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-27 15:13:38 +0200 |
commit | ea6553bec340920d8a09c7210cdc2d218e25ace2 (patch) | |
tree | 6055474156b2f2b4a008e01b1f4353642e2f3b69 /src/version.c | |
parent | 4f3f668c8486444e53163c29d2fc79bf47eb3c82 (diff) | |
download | vim-ea6553bec340920d8a09c7210cdc2d218e25ace2.zip |
patch 7.4.1663
Problem: In tests it's often useful to check if a pattern matches.
Solution: Add assert_match().
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b19190daa..f21fb6bb1 100644 --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1663, +/**/ 1662, /**/ 1661, |