Re: Visual selection mode - off-by-one error
I purchased ViEmu last week and am extremely happy with it.
One small bug I'd like to mention, though, is that when you visually select text by moving backwards, the last character that should be selected is missed.
For example, with a line containing 'goodbye cruel world':
With ViEmu, if you move the cursor to the last character of 'cruel', press 'v' and then 'b', your selection contains 'crue'.
With Vim, your selection would contain 'cruel'.
To select the whole word, you have to move the cursor to the space after 'cruel' and begin your selection, or move to the start of the word and select forwards.
Cheers!