Hi!

> 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

which allows the cursor to move just past the end of the line. This
makes exclusive selection much more consistent, but is not compatible
to
Vi. It may break some plugins, so use it with care!

Of course, doing

:set virtualedit=all

helps, too, but this is something, which many people don't like. I
don't
like it and set 'virtualedit' to 'block'. BTW, starting the right-to-
left selection in Insert mode selects the last character, too.

Best wishes,

Georg









Send instant messages to your online friends http://uk.messenger.yahoo.com 

Reply via email to