Mercurial > vim
annotate src/testdir/test20.in @ 8234:dc72f4a463e4 v7.4.1410
commit https://github.com/vim/vim/commit/42dd7aee41ffcc5afdbf9bb83d70e7123261cada
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Feb 23 22:50:12 2016 +0100
patch 7.4.1410
Problem: Leaking memory in cscope interface.
Solution: Free memory when no tab is found. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 23 Feb 2016 23:00:05 +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 |