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

remove line when selected #21

Open
Pitometsu opened this issue May 23, 2017 · 2 comments
Open

remove line when selected #21

Pitometsu opened this issue May 23, 2017 · 2 comments

Comments

@Pitometsu
Copy link

Without smart-newline, but with delete-selection-mode:

> def func <  RET  # no selection, just empty line here
||end          =>  ||end

With smart-newline (delete-selection-mode still enabled):

> def func <  RET  > def func < # no selection
||end          =>  ||           # and empty line here
                     end

I think, first behaviour would be more expected when delete-selection-mode enabled.

@ainame
Copy link
Owner

ainame commented May 26, 2017

fmm. I will check this.

@Pitometsu
Copy link
Author

@ainame so?

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

No branches or pull requests

2 participants