-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When I search for some characters that modify the code under caret, it messes up. For example if I have caret under 'C' in Console.log("something"); when I search for 's' it deletes 'C' and the line becomes onsole.log("something");
Not only this, it also insert the found char in place of the found place. So for the previous search if the 's' in the "something" is highlighted with e.g. "A" then the result for finding and going to s from the "C" will be:
form Console.log("something");
to
onsole.log( "Asomething");
I use VsVim in Visual Studio professional 2015 on a Windows 10 PC.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels