mirror of
https://github.com/vim/vim.git
synced 2025-10-23 08:44:20 -04:00
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>