On 5/17/2006 11:11 PM, Eric Arnold wrote: > While the visual mode selection is active, hitting "o" moves to the > opposite corner. > > <SNIP> > > Keep in mind that it doesn't work the same with a selection made by > the mouse, since that leaves it in "select" mode not visual mode, > which has some properties like insert mode, but in general has to be > treated differently. Use ^G to switch visual/select modes.
Ok, this was the problem. I was using select mode rather than visual mode, and it was behaving exactly as you described. If I select the text, then hit ^gol^c, I can finally select all text, including the last character. Yay! Not exactly the easiest key sequence, but at least I can make it work now. Thanks, Eric! -- Jared