Mercurial > vim
annotate src/testdir/test38.in @ 12186:36456f237c59 v8.0.0973
patch 8.0.0973: initial info about blinking cursor is wrong
commit https://github.com/vim/vim/commit/ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 20 15:05:15 2017 +0200
patch 8.0.0973: initial info about blinking cursor is wrong
Problem: initial info about blinking cursor is wrong
Solution: Invert the blink flag. Add t_VS to stop a blinking cursor.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 20 Aug 2017 15:15:04 +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 |