mirror of https://github.com/helix-editor/helix
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.pull/6242/head
parent
aabc8af95d
commit
2cf4ce2356
Loading…
Reference in New Issue