]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4120: block insert goes over the end of the line v8.2.4120
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2022 17:30:21 +0000 (17:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2022 17:30:21 +0000 (17:30 +0000)
commit9f8c304c8a390ade133bac29963dc8e56ab14cbc
tree3878d49658f574c119bca93b518cccd316eb693b
parente8741a73e20cd6043dd1610fb4c22ae9d132eb56
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.
src/ops.c
src/testdir/test_visual.vim
src/version.c