]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4151: reading beyond the end of a line v8.2.4151
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Jan 2022 12:10:48 +0000 (12:10 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Jan 2022 12:10:48 +0000 (12:10 +0000)
commit57df9e8a9f9ae1aafdde9b86b10ad907627a87dc
treefc05bc4dfe2ff3b836ab20722b1cc3b7557aec48
parent8aa0e6c60da5f7a4b04eaead40d183fd8e5640a4
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.
src/ops.c
src/testdir/test_visual.vim
src/version.c