commit | 5c68617d395f9d7b824f68475b24ce3e38d653a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 20:12:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 20:12:25 2022 +0000 |
tree | 998ac77d22884ef92a6f736b7d8f38e6158eb927 | |
parent | b29b96806f1472371fb3cc01d48394e00b95cfc8 [diff] [blame] |
patch 8.2.4563: "z=" in Visual mode may go beyond the end of the line Problem: "z=" in Visual mode may go beyond the end of the line. Solution: Adjust "badlen".
diff --git a/src/version.c b/src/version.c index 7ac37a4..e5ff441 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4563, +/**/ 4562, /**/ 4561,