On 5/17/2006 5:13 AM, Georg Dahn wrote: >> >> So, my question: is it somehow possible to be able to select the >> >> last character of a line when selecting from right-to-left while using >> >> selection=exclusive? > > > > This can be done by doing > > > > :set virtualedit=onemore
Well, I tried this and it does solve the selection problem. However, it introduces yet another annoying behavior: if I'm on the end of the line in command mode and hit x, it will will no longer repeatedly delete the last character. Instead, it will delete to the "onemore" position, then sit there doing nothing. It's definitely a good suggestion. I just have too many nuisances. :-) -- Jared