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

Make J omit comment leader of joined line #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make J omit comment leader of joined line #36

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 12, 2018

Make J combine lines like

// line 1
// line 2

to

// line 1 line 2

instead of

// line 1 // line 2

@JesseKPhillips
Copy link
Owner

Sorry for not responding quickly.

I have reservations on this change because it isn't a syntax rule. I think it would make more sense in the indent file.

@ghost
Copy link
Author

ghost commented Mar 11, 2019

It's not really about indentation, it's just about people never wanting those extra slashes when they join two comment lines. I don't think there is a more logical place for it (rust.vim also has this in in ftplugin/ btw).

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

Successfully merging this pull request may close these issues.

1 participant