]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1464: gv does not work in operator-pending mode v9.1.1464
authorphanium <91544758+phanen@users.noreply.github.com>
Mon, 16 Jun 2025 18:19:15 +0000 (20:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 16 Jun 2025 18:19:15 +0000 (20:19 +0200)
commitcb27992cdadd3a17a9094096f0972fa806f0240d
tree5325e87a670d1369fd10562c7b4a9a91cb5601a3
parent93318a9933893103442f552b26bd0a41b98cb68b
patch 9.1.1464: gv does not work in operator-pending mode

Problem:  gv does not work in operator-pending mode
          (liushapku)
Solution: remove the check for checkclearop in nv_gv_cmd()
          (phanium)

fixes: #3666
closes: #17551

Signed-off-by: phanium <91544758+phanen@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt
src/normal.c
src/testdir/test_normal.vim
src/version.c