commit | dc5490e2cbc8c16022a23b449b48c1bd0083f366 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 13:52:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 13:52:53 2022 +0000 |
tree | 5ce09149d3e81a253401460e4a46c1b98510a0d3 | |
parent | 85b6747abc15a7a81086db31289cf1b8b17e6cb1 [diff] [blame] |
patch 8.2.4215: illegal memory access when copying lines in Visual mode Problem: Illegal memory access when copying lines in Visual mode. Solution: Adjust the Visual position after copying lines.
diff --git a/src/version.c b/src/version.c index 5d7eccb..ddc34d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4215, +/**/ 4214, /**/ 4213,