blob: 068d6a0987db981d286e78fb0403c402d8777f07 [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
55:set tw=5 fo=qn comments=:#
56gwap
57ENDTEST
58
59{
60# 1 a b
61}
62
63STARTTEST
64/^{/+1
65:set tw=5 fo=q2 comments=:#
66gwap
67ENDTEST
68
69{
70# x
71# a b
72}
73
74STARTTEST
Bram Moolenaar341ad7a2010-10-09 17:23:31 +020075/^{/+2
76:set tw& fo=a
77I^^
78ENDTEST
79
80{
81 1aa
82 2bb
83}
84
85STARTTEST
Bram Moolenaar97b98102009-11-17 16:41:01 +000086:g/^STARTTEST/.,/^ENDTEST/d
87:1;/^Results/,$wq! test.out
88ENDTEST