From: Bram Moolenaar Date: Sat, 2 Nov 2013 03:19:34 +0000 (+0100) Subject: updated for version 7.4.053 X-Git-Tag: v7.4.053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b69a714bb75e25881eb3d4ce116894272535202b;p=vim 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 index f43970dc6..4bd8279a3 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 c6b464c74..1e4766a39 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 53, /**/ 52, /**/