blob: 8d0c501e2a0a03c693c729057874094ed888bdda [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
Bram Moolenaar341ad7a2010-10-09 17:23:31 +020054/^{/+2
55:set tw& fo=a
56I^^
57ENDTEST
58
59{
60 1aa
61 2bb
62}
63
64STARTTEST
Bram Moolenaar97b98102009-11-17 16:41:01 +000065:g/^STARTTEST/.,/^ENDTEST/d
66:1;/^Results/,$wq! test.out
67ENDTEST