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
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
..
src chore(view): remove indent_unit helper fn (#4389) 2 years ago
tests Use helix_view::apply_transaction in integration-tests 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump smallvec from 1.9.0 to 1.10.0 (#4093) 2 years ago
build.rs feat: support grammar cross-compilation 2 years ago