Mercurial > vim
annotate src/testdir/test20.in @ 9151:d0f69d0bea7a v7.4.1859
commit https://github.com/vim/vim/commit/ef3abc6442260e9a0314970a532400b05571d3fe
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 29 16:44:26 2016 +0200
patch 7.4.1859
Problem: Cannot use a function reference for "exit_cb".
Solution: Use get_callback(). (Yegappan Lakshmanan)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 29 May 2016 16:45:05 +0200 |
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 |