-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
vim: Add Separator and RemoveIndent in Join Lines, fix gJ use space join #22496
vim: Add Separator and RemoveIndent in Join Lines, fix gJ use space join #22496
Conversation
@0x2CA Thank you for this! Using a For vim it matters a bit less, so we can change that one; or we could add Is the Could you please also add a test for
You can run the test with |
because
for example
I have fixed the command and added the test. |
4eb7333
to
0a6f97a
Compare
@0x2CA Thanks for this. Thinking about it more, it's probably easiest to keep the implementation less complex (although it's less flexible). If you'd like to add a |
Removing the indentation is also an essential option, which will result in the removal of spaces, and my implementation is freer to use any hyphenation, allowing the user to implement hyphens like "a_b_c_d" |
Closes #22492
Release Notes: