Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Selecting by lines downward includes too many lines #22

Open
bronson opened this issue Jul 24, 2015 · 2 comments
Open

Selecting by lines downward includes too many lines #22

bronson opened this issue Jul 24, 2015 · 2 comments

Comments

@bronson
Copy link

bronson commented Jul 24, 2015

Triple-click to select lines, and drag downward. The line following the selection is mistakenly included in the tabularization. Triple-clicking and dragging upwards works fine.

bug3

Opened from #15

@jonathanmcelroy
Copy link

Same issue. I type into a new tab

test = 0
this is a long line

Then I triple click to select the first line. Then I run Tabularize over "=". This causes the '=' to be placed after the length of the second line, as if the second line had been included in the

It also happens with multiple lines. I type into a new buffer

test = 0
testing = 0
longest_testing = 0

Then I triple click and drag to select the first two lines. Then I run Tabularize over "=". Same a above, it runs as if the third line is also selected, and aligns the 3 '='s.

@laughedelic
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants