Mercurial > vim
annotate src/testdir/test20.in @ 5498:79a8bac614c0 v7.4.098
updated for version 7.4.098
Problem: When using ":'<,'>del" errors may be given for the visual line
numbers being out of range.
Solution: Reset Visual mode in ":del". (Lech Lorens)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 21 Nov 2013 14:21:40 +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 |