Mercurial > vim
annotate src/testdir/test20.in @ 667:9090f866cd57 v7.0197
updated for version 7.0197
author | vimboss |
---|---|
date | Tue, 14 Feb 2006 22:29:30 +0000 |
parents | 3fc0f57ecb91 |
children | 22dfcd1494e4 |
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$ | |
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 |