mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
* fix(lsp): fix unnecessary buffers being added on empty diagnostics Some language servers send empty `textDocument/publishDiagnostics` messages after indexing the project, sometimes resulting in creation of a lot of unnecessary buffers. As a workaround, skip empty messages for nonexistent buffers before resolving the filename to a bufnr. (cherry picked from commit26eb6785eb
) * Add test (cherry picked from commitd2e9dab377
) Co-authored-by: ii14 <ii14@users.noreply.github.com>