Mercurial > vim
annotate src/testdir/test20.in @ 5086:6ddc1785c4ff v7.3.1286
updated for version 7.3.1286
Problem: Check for screen size missing for Athena and Motif.
Solution: Add call to limit_screen_size().
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 01 Jul 2013 21:43:08 +0200 |
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 |