commit | 8846ac5aedb568b9aae969f0ad2b9b1606522ca9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 19:24:01 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 19:24:01 2018 +0100 |
tree | 954a97afa9b9c3550c64272814cd042e0311f38b | |
parent | 82846a00ac0c135946c93c48c1657018a5c96b11 [diff] [blame] |
patch 8.0.1487: test 14 fails Problem: Test 14 fails. Solution: Fix of-by-one error.
diff --git a/src/version.c b/src/version.c index d3927cb..043cc62 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1487, +/**/ 1486, /**/ 1485,