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

gq fails when cursor is in middle of a line #4590

Closed
ldm0 opened this issue Feb 26, 2020 · 1 comment · Fixed by #4592
Closed

gq fails when cursor is in middle of a line #4590

ldm0 opened this issue Feb 26, 2020 · 1 comment · Fixed by #4592
Assignees
Labels

Comments

@ldm0
Copy link
Contributor

ldm0 commented Feb 26, 2020

For situation like this:

    // pine |apple 
    // SpongeBob Patrick

With gqj, we should get result like this:

    |// pine apple SpongeBob Patrick

But currently we get:

|    // pine apple
// SpongeBobPatrick
@ldm0
Copy link
Contributor Author

ldm0 commented Feb 26, 2020

Working on it.

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

Successfully merging a pull request may close this issue.

2 participants