mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 17:42:37 +00:00
Problem: LSP incremental selection provides default visual-mode keymaps for `an` and `in`. Operator-pending mode is not supported, so `dan` and `can` do not apply the operation. Solution: Modify selection_range() to be synchronous. Add operator-pending mappings.