This change broke it by accident because it worked by accident... you
can see the same problem if you have the text below, go to the second
line column 0, press C-e and then press up. The cursor will stay at
column 0:
aa
a
The logic is right for up and down, we need to rep
Hi,
On Wed, May 23, 2012 at 11:34:52AM -0400, Ben Boeckel wrote:
> Hi,
>
> When making a block selection, it appears as though the x position is
> not properly remembered when '$' is used.
This is related to this change:
commit c87e6bb9218cabee91cbc58be850f56bd65e11af
Author: tcunha
Date: Su
Hi,
When making a block selection, it appears as though the x position is
not properly remembered when '$' is used.
Example:
a line
a longer line
last line
Previous behavior (caps is selection; _ for blanks):
Start:
A line
a longer line
last line
Down + $:
A LINE