summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-11-02 04:19:34 +0100
committerBram Moolenaar <Bram@vim.org>2013-11-02 04:19:34 +0100
commitb69a714bb75e25881eb3d4ce116894272535202b (patch)
tree0769583aff1cd57bdc8bf4b313a5d96f96b81de1
parent2c019c8696ca56d1a9d1bb10fd1411bad14df0c6 (diff)
updated for version 7.4.053v7.4.053
Problem: Test75 has a wrong header. (ZyX) Solution: Fix the text and remove leading ".
-rw-r--r--src/testdir/test75.in2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test75.in b/src/testdir/test75.in
index f43970dc62..4bd8279a36 100644
--- a/src/testdir/test75.in
+++ b/src/testdir/test75.in
@@ -1,4 +1,4 @@
-" Tests for functions.
+Tests for maparg().
STARTTEST
:so small.vim
diff --git a/src/version.c b/src/version.c
index c6b464c746..1e4766a395 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 53,
+/**/
52,
/**/
51,