]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1868: v:register is wrong in v_: command v9.1.1868
authorzeertzjq <zeertzjq@outlook.com>
Sat, 18 Oct 2025 14:37:48 +0000 (14:37 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 18 Oct 2025 14:37:48 +0000 (14:37 +0000)
commit0124320c97b0fbbb44613f42fc1c34fee6181fc8
tree1dd8c92bbd34266352a4b33175ef90afdc00806a
parent5932ed33f735a4ae885e727049c3519e744ddc93
patch 9.1.1868: v:register is wrong in v_: command

Problem:  v:register is wrong in v_: command (after 9.1.1858).
Solution: Don't reset v:register for OP_COLON (zeertzjq)

related: https://github.com/vim/vim/pull/18583#issuecomment-3418030021

closes: #18597

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/normal.c
src/testdir/test_registers.vim
src/version.c