diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-08 14:44:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-08 14:44:42 +0100 |
commit | 41e0f2f48f541eb2c8eb5620d3f1d270eb979154 (patch) | |
tree | edcad48fd7b7003cb5acaa54527e3119c154abf8 /src/version.c | |
parent | 94d0191dbcce829ad9b92d902b6e2717041db3b8 (diff) | |
download | vim-41e0f2f48f541eb2c8eb5620d3f1d270eb979154.zip |
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.
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 eb9c48667..2a233131f 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1513, +/**/ 1512, /**/ 1511, |