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