commit | 57df9e8a9f9ae1aafdde9b86b10ad907627a87dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 12:10:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 12:10:48 2022 +0000 |
tree | fc05bc4dfe2ff3b836ab20722b1cc3b7557aec48 | |
parent | 8aa0e6c60da5f7a4b04eaead40d183fd8e5640a4 [diff] [blame] |
patch 8.2.4151: reading beyond the end of a line Problem: Reading beyond the end of a line. Solution: For block insert only use the offset for correcting the length.
diff --git a/src/version.c b/src/version.c index 53f1619..227eaa9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4151, +/**/ 4150, /**/ 4149,