diff src/testdir/test68.in @ 3632:7e3fedfc3d08 v7.3.576

updated for version 7.3.576 Problem: Formatting of lists inside comments is not right yet. Solution: Use another solution and add a test. (Tor Perkins)
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 15:04:49 +0200
parents 443c50cd3e88
children 2b4b6185054f
line wrap: on
line diff
--- a/src/testdir/test68.in
+++ b/src/testdir/test68.in
@@ -52,6 +52,17 @@ a b
 
 STARTTEST
 /^{/+1
+:set tw=5 fo=tcn comments=:#
+A bjA b
+ENDTEST
+
+{
+  1 a
+# 1 a
+}
+
+STARTTEST
+/^{/+1
 :set tw=5 fo=qn comments=:#
 gwap
 ENDTEST
@@ -83,6 +94,14 @@ ENDTEST
 }
 
 STARTTEST
+/^#/
+:setl tw=12 fo=tqnc comments=:#
+A foobar
+ENDTEST
+
+# 1 xxxxx
+
+STARTTEST
 :g/^STARTTEST/.,/^ENDTEST/d
 :1;/^Results/,$wq! test.out
 ENDTEST