# HG changeset patch # User Bram Moolenaar # Date 1383362374 -3600 # Node ID 733193bf24c3a80883c60964922c7cdc83662eb2 # Parent 92c9748e0ccbc42a5e28ce8fb9b8818e756a06da updated for version 7.4.053 Problem: Test75 has a wrong header. (ZyX) Solution: Fix the text and remove leading ". diff --git a/src/testdir/test75.in b/src/testdir/test75.in --- 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 --- 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,