changeset 5405:733193bf24c3 v7.4.053

updated for version 7.4.053 Problem: Test75 has a wrong header. (ZyX) Solution: Fix the text and remove leading ".
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Nov 2013 04:19:34 +0100
parents 92c9748e0ccb
children 95b054866009
files src/testdir/test75.in src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test75.in
+++ b/src/testdir/test75.in
@@ -1,4 +1,4 @@
-" Tests for functions.
+Tests for maparg().
 
 STARTTEST
 :so small.vim
--- 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,