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-core/src
Blaž Hrastnik 742b3a709f Store intra-files jumps (goto) on the jumplist. 4 years ago
..
auto_pairs.rs wip: Hooks & trigger characters for completion/signature_help. 4 years ago
comment.rs clippy lint 4 years ago
diagnostic.rs ui: Render diagnostic errors in sideline. 4 years ago
graphemes.rs clippy lint 4 years ago
history.rs clippy lint 4 years ago
indent.rs minor: Remove a few unwraps. 4 years ago
lib.rs Implement m / match_brackets (using tree sitter). 4 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs minor: Remove a few unwraps. 4 years ago
movement.rs Finish hiding doc.state / State as an implementation detail. 4 years ago
object.rs minor: Remove a few unwraps. 4 years ago
position.rs clippy lint 4 years ago
register.rs Simple yank/paste registers. 4 years ago
search.rs Implement the f/t/F/T find/till family of commands. 4 years ago
selection.rs Store intra-files jumps (goto) on the jumplist. 4 years ago
state.rs Finish hiding doc.state / State as an implementation detail. 4 years ago
syntax.rs clippy lint 4 years ago
transaction.rs Transaction: Add a changes_iter() that can convert back to a list of Changes 4 years ago