Mercurial > vim
annotate src/testdir/test38.in @ 9287:af25a1a875db v7.4.1926
commit https://github.com/vim/vim/commit/a890f5e34887bff7616bdb4b9ee0bf98c8d2a8f0
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 12 23:03:19 2016 +0200
patch 7.4.1926
Problem: Possible crash with many history items.
Solution: Avoid the index going past the last item.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 12 Jun 2016 23:15:07 +0200 |
parents | 4541e06d4fb9 |
children |
rev | line source |
---|---|
7 | 1 |
2 Test Virtual replace mode. | |
3 | |
4 STARTTEST | |
5 :so small.vim | |
1610 | 6 :" make sure that backspace works, no matter what termcap is used |
7 :set t_kD=x7f t_kb=x08 | |
7 | 8 ggdGa |
9 abcdefghi | |
10 jk lmn | |
11 opq rst | |
12 uvwxyz | |
13 gg:set ai | |
14 :set bs=2 | |
15 gR0 1 | |
16 A | |
17 BCDEFGHIJ | |
18 KL | |
19 MNO | |
20 PQRG:ka | |
21 o0 | |
22 abcdefghi | |
23 jk lmn | |
24 opq rst | |
25 uvwxyz | |
26 'ajgR0 1 | |
27 A | |
28 BCDEFGHIJ | |
29 KL | |
30 MNO | |
31 PQR:$ | |
32 iab cdefghi jkl0gRAB......CDEFGHI.Jo: | |
33 iabcdefghijklmnopqrst0gRAB IJKLMNO QR:wq! test.out | |
34 ENDTEST | |
35 |