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
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
While in Insert mode, using the mouse, make a selection from right to left, e.g. for the string "Hello World" start selecting from the letter d to H.
Copy using Ctrl+C
Paste the selection
What did you expect to happen?
The text "Hello World" gets pasted.
What happened instead?
The last letter, d, is removed, "Hello Worl" is pasted instead.
Technical details:
VSCode Version: 1.10.2
VsCodeVim Version: 0.6.11
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
d
toH
.Ctrl+C
What did you expect to happen?
The text "Hello World" gets pasted.
What happened instead?
The last letter,
d
, is removed, "Hello Worl" is pasted instead.Technical details:
The text was updated successfully, but these errors were encountered: