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

Collapse spaces and lines in the completion menu. #3354

Merged
merged 1 commit into from
Nov 21, 2020

Conversation

rphln
Copy link
Contributor

@rphln rphln commented Sep 14, 2020

Some language servers (i.e., Rust's) send line breaks (which Vim renders as ^@) and indentations on the completion details, which ends up taking a lot of space on the popup menu.

This patch collapses those characters into a single space.

@stale
Copy link

stale bot commented Oct 12, 2020

This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See :help ale-dev for information on writing tests.
If your pull request is good to merge, bother w0rp or another maintainer again, and get them to merge it.

@stale stale bot added the stale PRs/Issues no longer valid label Oct 12, 2020
@stale stale bot closed this Oct 19, 2020
@w0rp w0rp reopened this Nov 21, 2020
@stale stale bot removed the stale PRs/Issues no longer valid label Nov 21, 2020
@w0rp w0rp merged commit edd96f4 into dense-analysis:master Nov 21, 2020
@w0rp
Copy link
Member

w0rp commented Nov 21, 2020

Cheers! 🍻

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.

2 participants