]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3677: after a put the '] mark is on the last byte v8.2.3677
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Nov 2021 19:31:15 +0000 (19:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Nov 2021 19:31:15 +0000 (19:31 +0000)
commit4d07253a485819b3a9fd923d263e722ea2109c12
tree9174bc37493c986aa5cb7dfca539ce518fdb5379
parent309ce251897512d42da2b0df0ff100dc303e688a
patch 8.2.3677: after a put the '] mark is on the last byte

Problem:    After a put the '] mark is on the last byte of a multi-byte
            character.
Solution:   Move it to the first byte. (closes #9047)
src/register.c
src/testdir/test_put.vim
src/version.c