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
Michael Davis 48a3965ab4
Fix range offsets in multi-selection paste (#4608)
* Fix range offsets in multi-selection paste

d6323b7cbc introduced a regression with
multi-selection paste where pasting would not adjust the ranges
correctly. To fix it, we need to track the total number of characters
inserted in each changed selection and use that offset to slide each
new range forwards.

* Inherit selection directions on paste

* Add an integration-test for multi-selection pasting
2 years ago
..
auto_indent.rs flush writes on force quit (#4397) 2 years ago
auto_pairs.rs flush writes on force quit (#4397) 2 years ago
commands.rs Fix range offsets in multi-selection paste (#4608) 2 years ago
helpers.rs Silence dead_code warning on AppBuilder::with_config 2 years ago
movement.rs flush writes on force quit (#4397) 2 years ago
prompt.rs flush writes on force quit (#4397) 2 years ago
splits.rs document should save even if formatter fails 2 years ago
write.rs flush writes on force quit (#4397) 2 years ago