Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use location-list instead of quick-fix for document diagnostics #75

Closed
hauleth opened this issue Dec 30, 2017 · 0 comments · Fixed by #335
Closed

Use location-list instead of quick-fix for document diagnostics #75

hauleth opened this issue Dec 30, 2017 · 0 comments · Fixed by #335

Comments

@hauleth
Copy link
Contributor

hauleth commented Dec 30, 2017

It makes more sense as location-list is window-local instead of global.

hauleth added a commit to hauleth/vim-lsp that referenced this issue Mar 7, 2019
Diagnostics are enabled only for current document which makes it
pointless to feed them to the QuickFix which is global. This PR changes
that behaviour to use location list, which is window-local, instead.

Close prabirshrestha#75
prabirshrestha pushed a commit that referenced this issue Dec 25, 2019
Diagnostics are enabled only for current document which makes it
pointless to feed them to the QuickFix which is global. This PR changes
that behaviour to use location list, which is window-local, instead.

Close #75
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant