mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
updated for version 7.1-243
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
|
||||
Test Visual block mode commands
|
||||
And test "U" in Visual mode, also on German sharp S.
|
||||
|
||||
STARTTEST
|
||||
:so small.vim
|
||||
:so mbyte.vim
|
||||
/^abcde
|
||||
:" Test shift-right of a block
|
||||
jlllljj>wlljlll>
|
||||
@@ -14,7 +16,22 @@ GklkkkIxyz
|
||||
Gllllkkklllrq
|
||||
:" Test block-change
|
||||
G$khhhhhkkcmno
|
||||
:$-4,$wq! test.out
|
||||
:$-4,$w! test.out
|
||||
:" gUe must uppercase a whole word, also when <20> changes to SS
|
||||
Gothe youtu<74>euu endYpk0wgUe
|
||||
:" gUfx must uppercase until x, inclusive.
|
||||
O- you<6F>tu<74>exu -0fogUfx
|
||||
:" VU must uppercase a whole line
|
||||
YpkVU
|
||||
:" same, when it's the last line in the buffer
|
||||
YPGi111VUddP
|
||||
:" Uppercase two lines
|
||||
Oblah di
|
||||
doh dutVkUj
|
||||
:" Uppercase part of two lines
|
||||
ddppi333k0i222fyllvjfuUk
|
||||
:/^the/,$w >> test.out
|
||||
:qa!
|
||||
ENDTEST
|
||||
|
||||
abcdefghijklm
|
||||
|
||||
@@ -3,3 +3,11 @@ axyzqqqq mno ghijklm
|
||||
axyzqqqqef mno ghijklm
|
||||
axyzqqqqefgmnoklm
|
||||
abcdqqqqijklm
|
||||
the YOUTUSSEUU end
|
||||
- yOUSSTUSSEXu -
|
||||
THE YOUTUSSEUU END
|
||||
111THE YOUTUSSEUU END
|
||||
BLAH DI
|
||||
DOH DUT
|
||||
222the yoUTUSSEUU END
|
||||
333THE YOUTU<54>euu end
|
||||
|
||||
Reference in New Issue
Block a user