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

feature request: Display current line for vim.diagnostic #16

Closed
1 task done
stevalkr opened this issue Aug 12, 2024 · 1 comment
Closed
1 task done

feature request: Display current line for vim.diagnostic #16

stevalkr opened this issue Aug 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@stevalkr
Copy link

Did you check existing requests?

  • I have searched the existing issues

Describe the feature

When using vim.diagnostic.setloclist or vim.diagnostic.setqflist, the message in quickfix is not the content of that line. Expanding it results in

void example() {
Use of undeclared identifier 'x'
}

Provide background

No response

What is the significance of this feature?

strongly desired

Additional details

No response

@stevearc
Copy link
Owner

I've added some logic to better handle these cases. See if it does what you want!

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

No branches or pull requests

2 participants