annotate src/testdir/test14.ok @ 10813:09eb5fd275e0
v8.0.0296
patch 8.0.0296: bracketed paste can only append, not insert
commit https://github.com/vim/vim/commit/fd8983b09c64d9bfa8a4bdc16d72c55fbb22b4dc
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 2 22:21:29 2017 +0100
patch 8.0.0296: bracketed paste can only append, not insert
Problem: Bracketed paste can only append, not insert.
Solution: When the cursor is in the first column insert the text.
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 02 Feb 2017 22:30:04 +0100 |
parents |
fa53233519c6 |
children |
|
rev |
line source |
7
|
1 - Bug in "vPPPP" on this text (Webb):
|
|
2 {
|
|
3 }
|
|
4 - Bug uuun "vPPPP" uuuuuuuuun this text (Webb):
|
|
5 ABC !ag8
|
|
6 tt m1 {A
|
|
7 tt m2 {B
|
|
8 tt m3 {C
|
|
9 tt m3 {DC
|
|
10 tt m1 {EA
|
|
11 {F
|
|
12 }G e1
|
|
13 }H e3
|
|
14 }I
|
|
15 }JH e3
|
|
16 }K e2
|
|
17 {LF
|
4240
|
18 search()
|
|
19 0
|
|
20 1
|
|
21 1
|
4252
|
22 two
|
5606
|
23 foo
|
|
24 ^substitute
|
|
25 substitute bar xyz
|
5616
|
26 xyz
|