commit | 41e0f2f48f541eb2c8eb5620d3f1d270eb979154 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 14:44:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 14:44:42 2016 +0100 |
tree | edcad48fd7b7003cb5acaa54527e3119c154abf8 | |
parent | 94d0191dbcce829ad9b92d902b6e2717041db3b8 [diff] [blame] |
patch 7.4.1513 Problem: "J" fails if there are not enough lines. (Christian Neukirchen) Solution: Reduce the count, only fail on the last line.
diff --git a/src/version.c b/src/version.c index eb9c486..2a23313 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1513, +/**/ 1512, /**/ 1511,