mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +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