commit | b50e5f56861deb867478997397f7c784a7043233 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 20:57:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 20:57:20 2016 +0200 |
tree | a6ce47ff80152e78ee12f9020664ad0796e875c8 | |
parent | 4afc7c5d4a73340831077a02bfe1f74935e7f4a1 [diff] [blame] |
patch 7.4.1703 Problem: Can't assert for not equal and not matching. Solution: Add assert_notmatch() and assert_notequal().
diff --git a/src/version.c b/src/version.c index 5694466..ea6d1c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1703, +/**/ 1702, /**/ 1701,