]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4567: bracketed paste doesn't work well in Visual linewise mode v8.2.4567
authorzeertzjq <zeertzjq@outlook.com>
Mon, 14 Mar 2022 20:46:41 +0000 (20:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2022 20:46:41 +0000 (20:46 +0000)
commit7a73252063242e88a6966e9d9ae7ea8beb897518
tree822f0881036f602a6a3aefd79341ac638c415155
parent7d42840033aedf36389208b62e28b4e0b251c199
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)
src/normal.c
src/testdir/test_paste.vim
src/version.c