mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

The recursive implementation of vim.lsp.diagnostic.get() applied `diagnostic_vim_to_lsp` twice, and the second time gave wrong results because of the unexpected format. Fixes https://github.com/neovim/neovim/issues/15689