mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 06:00:42 +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