nvim-treesitter-textobjects icon indicating copy to clipboard operation
nvim-treesitter-textobjects copied to clipboard

fix: Adjust selected range when `set selection=exclusive`

Open afgomez opened this issue 1 year ago • 0 comments

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.

afgomez avatar Sep 08 '24 18:09 afgomez