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

Not working on properly on some types of files #12

Closed
stkb opened this issue Sep 22, 2016 · 1 comment
Closed

Not working on properly on some types of files #12

stkb opened this issue Sep 22, 2016 · 1 comment

Comments

@stkb
Copy link
Owner

stkb commented Sep 22, 2016

Eg shell script, VB. It wraps longer lines but doesn't combine shorter lines. Other types eg javascript are working fine.

Input:

# a
# b

Expected:

# a b

Actual:

# a
# b

It's a regression going from v0.5.3 to v0.6.0

stkb added a commit that referenced this issue Sep 22, 2016
Types with no end pattern (eg shellscript, vb)
@stkb
Copy link
Owner Author

stkb commented Sep 22, 2016

The bug was created in f21cfbe. Turns out it was only the last line of the comment section that didn't get wrapped. Is fixed in v0.6.2

@stkb stkb closed this as completed Sep 22, 2016
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

1 participant