nvim-treesitter-textobjects
nvim-treesitter-textobjects copied to clipboard
fix: Adjust selected range when `set selection=exclusive`
Fixes #488
When the user has set selection=exclusive the selection was one character short. This PR addresses that.
Note that this PR fixes it in the main branch. The master branch uses a function outside of this repo, so it cannot be fixed here.