Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve handling of EOL characters in selection #78

Open
ppo opened this issue Jun 29, 2020 · 0 comments
Open

Improve handling of EOL characters in selection #78

ppo opened this issue Jun 29, 2020 · 0 comments
Labels

Comments

@ppo
Copy link

ppo commented Jun 29, 2020

Selecting the 2 first lines (whole line including the \n EOL).
I'm doing this as follows: cursor at the beginning, holding shift then 2 times arrow down => cursor on the third line.

b
a

c

Expected result:

a
b

c

With "sortLines.filterBlankLines": false


a
b
c

With "sortLines.filterBlankLines": true

a
b
c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants