Mercurial > vim
annotate src/testdir/test20.in @ 5500:8451f643a13e v7.4.099
updated for version 7.4.099
Problem: Append in blockwise Visual mode with "$" is wrong.
Solution: After "$" don't use the code that checks if the cursor was moved.
(Hirohito Higashi, Ken Takata)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 21 Nov 2013 14:40:04 +0100 |
parents | 22dfcd1494e4 |
children |
rev | line source |
---|---|
7 | 1 Tests Blockwise Visual when there are TABs before the text. |
2 First test for undo working properly when executing commands from a register. | |
3 Also test this in an empty buffer. | |
4 | |
5 STARTTEST | |
6 :so tiny.vim | |
7 G0"ay$k@au | |
8 :new | |
9 @auY:quit! | |
10 GP | |
11 /start here$ | |
5365 | 12 "by$jjlld |
13 /456$ | |
14 jj"bP | |
15 :/56$/,$-1w! test.out | |
7 | 16 :qa! |
17 ENDTEST | |
18 | |
5365 | 19 123456 |
20 234567 | |
21 345678 | |
22 | |
7 | 23 test text test tex start here |
24 some text | |
25 test text | |
26 test text | |
27 | |
28 OxjAykdd |