]> granicus.if.org Git - vim/commit
patch 8.2.3455: using a count with "gp" leaves '] in wrong position v8.2.3455
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Sep 2021 14:43:59 +0000 (16:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Sep 2021 14:43:59 +0000 (16:43 +0200)
commit56858e4ed4e338e15821767b8303b06099e40384
treedff07aafa059046517f533e2d278c1a66b258140
parent23003e51e18371afda4420d9e171a3dcba5a31cc
patch 8.2.3455: using a count with "gp" leaves '] in wrong position

Problem:    Using a count with "gp" leaves '] in wrong position. (Naohiro Ono)
Solution:   Correct the mark position. (closes #8899)
src/register.c
src/testdir/test_put.vim
src/version.c