Mercurial > vim
annotate src/testdir/test38.in @ 11193:75ccc8a15a51 v8.0.0483
patch 8.0.0483: illegal memory access when using :all
commit https://github.com/vim/vim/commit/f79225ed4f81bc579bb3360ad2eb06adc8058153
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Mar 18 23:11:04 2017 +0100
patch 8.0.0483: illegal memory access when using :all
Problem: Illegal memory access when using :all. (Dominique Pelle)
Solution: Adjust the cursor position right after setting "curwin".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 18 Mar 2017 23:15:04 +0100 |
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 |