commit | 7a73252063242e88a6966e9d9ae7ea8beb897518 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Mar 14 20:46:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 20:46:41 2022 +0000 |
tree | 822f0881036f602a6a3aefd79341ac638c415155 | |
parent | 7d42840033aedf36389208b62e28b4e0b251c199 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5576f20..4a4aa75 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4567, +/**/ 4566, /**/ 4565,