Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame^] | 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$ | ||||
12 | jjlld | ||||
13 | :/here$/,$-1w! test.out | ||||
14 | :qa! | ||||
15 | ENDTEST | ||||
16 | |||||
17 | test text test tex start here | ||||
18 | some text | ||||
19 | test text | ||||
20 | test text | ||||
21 | |||||
22 | OxjAykdd |