mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00

Fixes a bug when `get_diagnostics` is called with a nil `bufnr`. Diagnostics should be clamped for the buffer they reside in, not the current buffer.