Mercurial > vim
annotate src/testdir/test20.in @ 3831:ca1c025079b1 v7.3.673
updated for version 7.3.673
Problem: Using "gN" while 'selection' is "exclusive" misses one character.
(Ben Fritz)
Solution: Check the direction when compensating for exclusive selection.
(Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 03 Oct 2012 13:35:51 +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 |