blob: 94104c07bd4cbf583c232b5f02763eedeab69bbb [file] [log] [blame]
Bram Moolenaar97b98102009-11-17 16:41:01 +00001Test for text formatting.
2
3Results of test68:
4
5STARTTEST
6:so small.vim
7/^{/+1
8:set noai tw=2 fo=t
9gRa b
10ENDTEST
11
12{
13
14
15}
16
17STARTTEST
18/^{/+1
19:set ai tw=2 fo=tw
20gqgqjjllab
21ENDTEST
22
23{
24a b
25
26a
27}
28
29STARTTEST
30/^{/+1
31:set tw=3 fo=t
32gqgqo
33a 
34ENDTEST
35
36{
37a 
38}
39
40STARTTEST
41/^{/+1
42:set tw=2 fo=tcq1 comments=:#
43gqgqjgqgqo
44a b
45#a b
46ENDTEST
47
48{
49a b
50#a b
51}
52
53STARTTEST
54:g/^STARTTEST/.,/^ENDTEST/d
55:1;/^Results/,$wq! test.out
56ENDTEST