1
0
forked from aniani/vim

patch 8.2.4567: bracketed paste doesn't work well in Visual linewise mode

Problem:    Bracketed paste doesn't work well in Visual linewise mode.
Solution:   Handle linewise Visual mode differently. (closes #9947)
This commit is contained in:
zeertzjq
2022-03-14 20:46:41 +00:00
committed by Bram Moolenaar
parent 7d42840033
commit 7a73252063
3 changed files with 75 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4567,
/**/
4566,
/**/