commit | b7d929a86f4c3c4d127b37728b26f3a4632b8474 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 26 22:33:51 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 26 22:33:51 2014 +0200 |
tree | 0e991d424c0f13f542ad1c462629ef0de3d7e4ef | |
parent | 9d7a592c8007d67627eac34edac14996926a99f8 [diff] [blame] |
updated for version 7.4.347 Problem: test55 fails on some systems. Solution: Remove the elements that all result in zero and can end up in an arbitrary position.
diff --git a/src/version.c b/src/version.c index 4adf3e5..a6b030d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 347, +/**/ 346, /**/ 345,