Files
neovim/test/functional
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-07-03 00:55:14 +05:30
2019-11-27 22:47:25 -08:00
2020-10-19 21:48:06 +02:00
2020-11-01 19:14:56 +01:00