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-core
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 Replace incorrect usages of tab_width with indent_width. (#5918) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump ropey from 1.5.1 to 1.6.0 (#5859) 1 year ago