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-plus/helix-term/tests/test
Pascal Kuthe f8225ed921 fix panic when deleting overlapping ranges
Some deletion operations (especially those that use indentation)
can generate overlapping deletion ranges when using multiple cursors.
To fix that problem a new `Transaction::delete` and
`Transaction:delete_by_selection` function were added. These functions
merge overlapping deletion ranges instead of generating an invalid
transaction. This merging of changes is only possible for deletions
and not for other changes and therefore require its own function.

The function has been used in all commands that currently delete
text by using `Transaction::change_by_selection`.
1 year ago
..
commands Conserve BOM and properly support UTF16 (#6497) 1 year ago
auto_indent.rs migrate test_with_config to use AppBuilder 1 year ago
auto_pairs.rs migrate test_with_config to use AppBuilder 1 year ago
commands.rs fix panic when deleting overlapping ranges 1 year ago
helpers.rs add workspace config and manual LSP root management 1 year ago
movement.rs Fix typos (#6643) 1 year ago
prompt.rs flush writes on force quit (#4397) 2 years ago
splits.rs Canonicalize paths before stripping current dir as prefix (#6290) 1 year ago