Re: Bug or ID10T User Error?
ViEmu 2.5.5 for VS 2010 with ReSharper and a bunch of other things installed.
I was trying to yank this code fragment to register a in small-v visual mode.
OnPropertyChanged("TestName");
If I start from the beginning using these keystrokes
<Esc><Esc>^v$"ay
ViEmu tosses a pair of unwanted quotes at the end:
OnPropertyChanged("TestName");""
Puzzled, I checked the docs because I'm not even a white-belt vi/vim user yet. ;-) Couldn't find anything wrong. On a whim I tried from the other end using these keystrokes.
<Esc><Esc>$v^"ay
and that works, though it misses the ; at the end.
Is this a bug (the "" at the end using v) or a misunderstanding on my part? Thanks!