comparison src/testdir/test39.in @ 1528:e212d1a40ca9 v7.1.243

updated for version 7.1-243
author vimboss
date Wed, 06 Feb 2008 13:44:43 +0000
parents 3fc0f57ecb91
children ff77f541d69d
comparison
equal deleted inserted replaced
1527:03ec0f2b9a40 1528:e212d1a40ca9
1 1
2 Test Visual block mode commands 2 Test Visual block mode commands
3 And test "U" in Visual mode, also on German sharp S.
3 4
4 STARTTEST 5 STARTTEST
5 :so small.vim 6 :so small.vim
7 :so mbyte.vim
6 /^abcde 8 /^abcde
7 :" Test shift-right of a block 9 :" Test shift-right of a block
8 jlllljj>wlljlll> 10 jlllljj>wlljlll>
9 :" Test shift-left of a block 11 :" Test shift-left of a block
10 G$hhhhkk< 12 G$hhhhkk<
12 GklkkkIxyz 14 GklkkkIxyz
13 :" Test block-replace 15 :" Test block-replace
14 Gllllkkklllrq 16 Gllllkkklllrq
15 :" Test block-change 17 :" Test block-change
16 G$khhhhhkkcmno 18 G$khhhhhkkcmno
17 :$-4,$wq! test.out 19 :$-4,$w! test.out
20 :" gUe must uppercase a whole word, also when ß changes to SS
21 Gothe youtußeuu endYpk0wgUe
22 :" gUfx must uppercase until x, inclusive.
23 O- youßtußexu -0fogUfx
24 :" VU must uppercase a whole line
25 YpkVU
26 :" same, when it's the last line in the buffer
27 YPGi111VUddP
28 :" Uppercase two lines
29 Oblah di
30 doh dutVkUj
31 :" Uppercase part of two lines
32 ddppi333k0i222fyllvjfuUk
33 :/^the/,$w >> test.out
34 :qa!
18 ENDTEST 35 ENDTEST
19 36
20 abcdefghijklm 37 abcdefghijklm
21 abcdefghijklm 38 abcdefghijklm
22 abcdefghijklm 39 abcdefghijklm