mirror of
https://github.com/neovim/neovim.git
synced 2025-11-27 04:30:41 +00:00
the `textDocument/rangeFormatting` nad `textDocument/formatting` did not pass bufnr to apply_text_edits, meaning edits were applied to the user's currently active buffer. This could result in text being applied to the wrong buffer.