Merged from the latest developing branch.
[MacVim.git] / src / testdir / test68.in
blob94104c07bd4cbf583c232b5f02763eedeab69bbb
1 Test for text formatting.
3 Results of test68:
5 STARTTEST
6 :so small.vim
7 /^{/+1
8 :set noai tw=2 fo=t
9 gRa b\e
10 ENDTEST
13     
17 STARTTEST
18 /^{/+1
19 :set ai tw=2 fo=tw
20 gqgqjjllab\e
21 ENDTEST
24 a  b  
26 a    
29 STARTTEST
30 /^{/+1
31 :set tw=3 fo=t
32 gqgqo
33 \x16\x01\e
34 ENDTEST
37 \x01
40 STARTTEST
41 /^{/+1
42 :set tw=2 fo=tcq1 comments=:#
43 gqgqjgqgqo
44 a b
45 #a b\e
46 ENDTEST
49 a b
50 #a b
53 STARTTEST
54 :g/^STARTTEST/.,/^ENDTEST/d
55 :1;/^Results/,$wq! test.out
56 ENDTEST