]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3073: when cursor is move for block append wrong text is inserted v8.2.3073
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Jun 2021 16:54:35 +0000 (18:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Jun 2021 16:54:35 +0000 (18:54 +0200)
commit4067bd3604215b48e4b4201e28f9e401b08418e4
treeeb5f46e8381b176826d3954db8722155d87c207a
parent7d7bcc6ba01454c1cbb1dcbf5f11c3a4051535d6
patch 8.2.3073: when cursor is move for block append wrong text is inserted

Problem:    When cursor is move for block append wrong text is inserted.
Solution:   Calculate an offset. (Christian Brabandt, closes #8433,
            closes #8288)
src/ops.c
src/testdir/test_blockedit.vim
src/testdir/test_visual.vim
src/version.c