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 74e4ac8d49
Merge pull request #77 from notoria/match_brackets
Fix match_brackets::find
3 years ago
..
auto_pairs.rs When calculating a new selection, we need to take newly inserted text into account. 3 years ago
comment.rs Fully drop State references. 3 years ago
diagnostic.rs Add the :new command, don't crash if saving without filename. 3 years ago
graphemes.rs clippy lint 3 years ago
history.rs Separate document history into Cell 3 years ago
indent.rs Hacky way to specify indent scopes per language via toml configs. 3 years ago
lib.rs Default log file to cache 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Fix match_brackets::find 3 years ago
movement.rs Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb` 3 years ago
object.rs minor: Remove a few unwraps. 3 years ago
position.rs clippy lint 3 years ago
register.rs Simple yank/paste registers. 4 years ago
search.rs f/t: Check if at bounds before searching, refs #43, closes #37 3 years ago
selection.rs Lint 3 years ago
state.rs Finish hiding doc.state / State as an implementation detail. 3 years ago
syntax.rs Update deps, introduce the new tree-sitter lifetimes 3 years ago
transaction.rs Separate document history into Cell 3 years ago