2 Test Visual block mode commands
3 And test "U" in Visual mode, also on German sharp S.
8 :" This only works when 'encoding' is "latin1", don't depend on the environment
11 :" Test shift-right of a block
12 jllll
\x16jj>wll
\x16jlll>
13 :" Test shift-left of a block
22 :" gUe must uppercase a whole word, also when ß changes to SS
23 Gothe youtußeuu end
\eYpk0wgUe
24 :" gUfx must uppercase until x, inclusive.
25 O- youßtußexu -
\e0fogUfx
26 :" VU must uppercase a whole line
28 :" same, when it's the last line in the buffer
30 :" Uppercase two lines
33 :" Uppercase part of two lines
34 ddppi333
\ek0i222
\efyllvjfuUk
35 :/^the/,$w >> test.out