# HG changeset patch # User Bram Moolenaar # Date 1341007074 -7200 # Node ID d383bc2ba8112103389a44c2c747eaa1016da935 # Parent 37bc7e7c95ab6ab80832d206efbf2d528fa9a696 updated for version 7.3.582 Problem: Missing parts of the test OK file. Solution: Add the missing parts. diff --git a/src/testdir/test68.ok b/src/testdir/test68.ok --- a/src/testdir/test68.ok +++ b/src/testdir/test68.ok @@ -35,6 +35,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 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 582, +/**/ 581, /**/ 580,