]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1167: mark '] wrong after copying text object v9.1.1167
authorJim Zhou <jimzhouzzy@gmail.com>
Mon, 3 Mar 2025 18:53:26 +0000 (19:53 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 3 Mar 2025 18:58:25 +0000 (19:58 +0100)
commit360a39ae6c823dd3e3c89c209b544f345c6d86dd
treeaa283abfc1ed3979f8b3a4ada8b9e2dc45091edf
parentfb792374cf7ed1a965b57ca0071e67d07a613d6b
patch 9.1.1167: mark '] wrong after copying text object

Problem:  mark '] wrong after copying text object (ubaldot)
Solution: Adjust position of '] for non-linewise, exclusive motions
          (Jim Zhou)

related: #16679
closes: #16772

Signed-off-by: Jim Zhou <jimzhouzzy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/register.c
src/testdir/test_registers.vim
src/version.c