]> granicus.if.org Git - vim/commit
patch 8.2.3540: the mark '] is wrong after put with a count v8.2.3540
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Oct 2021 19:08:45 +0000 (20:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Oct 2021 19:08:45 +0000 (20:08 +0100)
commitf47ebf1e1a0a6473b10fb4c92c9c6427aab4dc91
tree91b63efb29f6d59c6925f799b8d33e94fb731ac0
parent604e207e277767a67cbf4a6a179080efb830b9e7
patch 8.2.3540: the mark '] is wrong after put with a count

Problem:    The mark '] is wrong after put with a count. (Naohiro Ono)
Solution:   Use the right line number. (closes #8956)
src/register.c
src/testdir/test_put.vim
src/version.c