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-term/tests/test
Michael Davis 1243db11a5 Use helix_view::apply_transaction in integration-tests
`helix_view::apply_transaction` closes over `Document::apply` and
`View::apply` to ensure that jumplist entries are updated when a
document changes from a transaction. `Document::apply` shouldn't
be called directly - this helper function should be used instead.
2 years ago
..
auto_indent.rs document should save even if formatter fails 2 years ago
auto_pairs.rs document should save even if formatter fails 2 years ago
commands.rs document should save even if formatter fails 2 years ago
helpers.rs Use helix_view::apply_transaction in integration-tests 2 years ago
movement.rs fix tests 2 years ago
prompt.rs document should save even if formatter fails 2 years ago
splits.rs document should save even if formatter fails 2 years ago
write.rs document should save even if formatter fails 2 years ago