changeset 3644:d383bc2ba811 v7.3.582

updated for version 7.3.582 Problem: Missing parts of the test OK file. Solution: Add the missing parts.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 23:57:54 +0200
parents 37bc7e7c95ab
children 11b4eff064af
files src/testdir/test68.ok src/version.c
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
+
--- 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,