You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go on char 1 then press C-Down. Now we have 2 cursors, the first on 1 and the second on 2.
press "x" to cut the two digits. Now we have:
abc CASE_ mario
cde CASE_ luigi
Then try to paste them again with p, in any position. It pastes the previous text yanked (if exist, otherwise it duplicates the lines), but not 1 and 2, since it seems that while in V-M mode x deletes but doesn't copy.
Note: a workaround that works is to use dl or dh instead of x. So...I would expect that also x should work.
Operating System: Debian on WSL
Vim Version: VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Dec 19 2024 15:28:19) Included patches: 1-945
Describe the issue:
Multiple cut works with
d
but not withx
.Steps to reproduce
1
then press C-Down. Now we have 2 cursors, the first on1
and the second on2
.p
, in any position. It pastes the previous text yanked (if exist, otherwise it duplicates the lines), but not 1 and 2, since it seems that while in V-M modex
deletes but doesn't copy.Note: a workaround that works is to use
dl
ordh
instead ofx
. So...I would expect that alsox
should work.The text was updated successfully, but these errors were encountered: