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-core/src
Blaž Hrastnik c4792efead clippy lints 3 years ago
..
auto_pairs.rs Implement auto-pairs behavior for open and close. 3 years ago
comment.rs Implement iter() and len() directly on Selection. 3 years ago
diagnostic.rs ui: Render diagnostic errors in sideline. 3 years ago
graphemes.rs graphemes: fix nth_prev_grapheme_boundary calculation. 3 years ago
history.rs Make Transaction::change only rely on the rope. 3 years ago
indent.rs Remove State from a few more signatures. 3 years ago
lib.rs Implement auto-pairs behavior for open and close. 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
movement.rs Finish hiding doc.state / State as an implementation detail. 3 years ago
object.rs commands: Implement expand_selection. 3 years ago
position.rs Move things out of state.rs. 3 years ago
register.rs Simple yank/paste registers. 4 years ago
search.rs Implement the f/t/F/T find/till family of commands. 3 years ago
selection.rs clippy lints 3 years ago
state.rs Finish hiding doc.state / State as an implementation detail. 3 years ago
syntax.rs Move things out of state.rs. 3 years ago
transaction.rs Selection: fail early if new() is called with no ranges. 3 years ago