Files
neovim/runtime/lua/vim
Mathias Fußenegger 0798ad3a3a lsp: Expose all diagnostics (#13285)
* lsp: Remove duplicate `diagnostics` fallback in diagnostic.display

* lsp: Expose all diagnostics

Before the changes in #12655 it was possible to retrieve all diagnostics
via `vim.lsp.util.diagnostics_by_buf`.

This adds a `diagnostic.get_all()` to enable users to retrieve all
diagnostics.

Use cases for that could include loading all diagnostics into the
quickfix list, or to build an enhanced goto_next that can move across
buffers.
2020-11-14 14:39:05 -05:00
..
2020-11-14 14:39:05 -05:00
2018-12-20 11:57:30 +01:00
2020-11-12 22:21:34 -05:00
2020-11-12 22:21:34 -05:00
2020-11-12 22:21:34 -05:00
2020-11-12 22:21:34 -05:00