Xinqi Bao's Git

Make selection consistent over line breaks.
authorColona <[email protected]>
Tue, 3 Jun 2014 02:34:58 +0000 (04:34 +0200)
committerRoberto E. Vargas Caballero <[email protected]>
Wed, 4 Jun 2014 19:09:07 +0000 (21:09 +0200)
Currently, selection is expanded to the end of the line over line breaks only in
regular selection mode, when the line in not empty and when going down and/or
right. This covers all the cases including word selection mode, with the
exception of rectangular selection because it would make this mode too rigid.
This adjustment is made in selsort so I renamed it to selnormalize to better
reflect what it does now.

Signed-off-by: Roberto E. Vargas Caballero <[email protected]>

No differences found