summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-08 14:44:42 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-08 14:44:42 +0100
commit41e0f2f48f541eb2c8eb5620d3f1d270eb979154 (patch)
treeedcad48fd7b7003cb5acaa54527e3119c154abf8 /src/version.c
parent94d0191dbcce829ad9b92d902b6e2717041db3b8 (diff)
downloadvim-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.c2
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,