From 49346f4155b01a3d73f575f49359dd108eda939f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 29 Jun 2012 23:57:54 +0200 Subject: updated for version 7.3.582 Problem: Missing parts of the test OK file. Solution: Add the missing parts. --- src/testdir/test68.ok | 12 ++++++++++++ src/version.c | 2 ++ 2 files changed, 14 insertions(+) diff --git a/src/testdir/test68.ok b/src/testdir/test68.ok index 6808679e9..4c4a7c269 100644 --- a/src/testdir/test68.ok +++ b/src/testdir/test68.ok @@ -34,6 +34,14 @@ a b } +{ + 1 a + b +# 1 a +# b +} + + { # 1 a # b @@ -48,3 +56,7 @@ a b { 1aa ^^2bb } + +# 1 xxxxx +# foobar + diff --git a/src/version.c b/src/version.c index 6fc877532..30583f777 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 582, /**/ 581, /**/ -- cgit v1.2.1