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 42e37a571e
Apply transactions to all views (#4733)
* Add a test case for updating jumplists across windows

* Apply transactions to all views on history changes

This ensures that jumplist selections follow changes in documents, even
when there are multiple views (for example a split where both windows
edit the same document).

* Leave TODOs for cleaning up View::apply

* Use Iterator::reduce to compose history transactions

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
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 for multiple shell insertions (#4619) 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 Apply transactions to all views (#4733) 2 years ago
write.rs flush writes on force quit (#4397) 2 years ago