commit | 9f8c304c8a390ade133bac29963dc8e56ab14cbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 17:30:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 17:30:21 2022 +0000 |
tree | 3878d49658f574c119bca93b518cccd316eb693b | |
parent | e8741a73e20cd6043dd1610fb4c22ae9d132eb56 [diff] [blame] |
patch 8.2.4120: block insert goes over the end of the line Problem: Block insert goes over the end of the line. Solution: Handle invalid byte better. Fix inserting the wrong text.
diff --git a/src/version.c b/src/version.c index 01b8e5d..6fda77e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4120, +/**/ 4119, /**/ 4118,