Files
neovim/runtime/lua/vim/lsp
Volodymyr Chernetskyi a58cee4512 fix(lsp): respect range in linewise visual mode #41636
Problem:
An explicitly passed `range` to `vim.lsp.buf.format()` in linewise
visual mode is silently replaced by the selection.

Solution:
Parenthesise the mode check.
2026-09-02 17:01:32 -04:00
..
2026-08-23 12:38:07 -04:00