We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without smart-newline, but with delete-selection-mode:
smart-newline
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.
The text was updated successfully, but these errors were encountered:
fmm. I will check this.
Sorry, something went wrong.
@ainame so?
No branches or pull requests
Without
smart-newline
, but withdelete-selection-mode
:With
smart-newline
(delete-selection-mode
still enabled):I think, first behaviour would be more expected when
delete-selection-mode
enabled.The text was updated successfully, but these errors were encountered: