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
Describe the bug
Once text is selected in visual mode via smart selection, the commands applied on the text don't work. For example, y that should have been copied the whole selection only copy a part of the selected text
To Reproduce
Steps to reproduce the behavior:
Edit a file
Select some text using smart selection
Press "d" for example
See that not the whole selection is "cut"
Expected behavior
The command should be applied to the whole selection
Screenshots
(I used smart select to select the function, then, I pressed "d")
Environment (please complete the following information):
Describe the bug
Once text is selected in visual mode via smart selection, the commands applied on the text don't work. For example,
y
that should have been copied the whole selection only copy a part of the selected textTo Reproduce
Steps to reproduce the behavior:
Expected behavior
The command should be applied to the whole selection
Screenshots

(I used smart select to select the function, then, I pressed "d")
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: