blob: fcfc68c7b4d284e9963fcb9b780490d7e3fefa2b [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 Moolenaarbfe3bf82012-06-13 17:28:55 +020054/^{/+1
Bram Moolenaar96b7ca52012-06-29 15:04:49 +020055:set tw=5 fo=tcn comments=:#
56A bjA b
57ENDTEST
58
59{
60 1 a
61# 1 a
62}
63
64STARTTEST
65/^{/+1
Bram Moolenaarbfe3bf82012-06-13 17:28:55 +020066:set tw=5 fo=qn comments=:#
67gwap
68ENDTEST
69
70{
71# 1 a b
72}
73
74STARTTEST
75/^{/+1
76:set tw=5 fo=q2 comments=:#
77gwap
78ENDTEST
79
80{
81# x
82# a b
83}
84
85STARTTEST
Bram Moolenaar341ad7a2010-10-09 17:23:31 +020086/^{/+2
87:set tw& fo=a
88I^^
89ENDTEST
90
91{
92 1aa
93 2bb
94}
95
96STARTTEST
Bram Moolenaar96b7ca52012-06-29 15:04:49 +020097/^#/
98:setl tw=12 fo=tqnc comments=:#
99A foobar
100ENDTEST
101
102# 1 xxxxx
103
104STARTTEST
Bram Moolenaar97b98102009-11-17 16:41:01 +0000105:g/^STARTTEST/.,/^ENDTEST/d
106:1;/^Results/,$wq! test.out
107ENDTEST