You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
gibbz00 2cf4ce2356
Fix `shrink_selection` with multiple cursors. (#6093)
* Fix #6092

Cause were some incorrect assumptions that missed an edge case in the
`Selection.contains()` calculation. Tests were added accordingly.

* Fix Selection.contains() edge-case handling.

Removing the len check short-circuit was the only thing needed as
pointed out by @dead10ck.
1 year ago
..
src Fix `shrink_selection` with multiple cursors. (#6093) 1 year ago
tests Make `m` textobject look for pairs enclosing selections (#3344) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump grep-regex from 0.1.10 to 0.1.11 (#6215) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago