mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

`buf.code_action` always included diagnostics on a given line from all
clients. Servers should only receive diagnostics they published, and in
the exact same format they sent it.
Should fix https://github.com/neovim/neovim/issues/29500
(cherry picked from commit 720b309c78
)