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
Gokul Soumya 0b8a00ac96
Refactor textobject node capture (#2741)
2 years ago
..
increment Improve Readability (#2639) 2 years ago
auto_pairs.rs Configurable auto pairs (#1624) 3 years ago
chars.rs
comment.rs Fix toggle_comments command on multiple selections (#1882) 3 years ago
config.rs
diagnostic.rs
diff.rs
graphemes.rs Improve Readability (#2639) 2 years ago
history.rs Improve Readability (#2639) 2 years ago
indent.rs
lib.rs Improve Readability (#2639) 2 years ago
line_ending.rs
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Fix match brackets comment (#1346) 3 years ago
movement.rs
object.rs
path.rs Remove unnecessary `unwrap` (#2599) 2 years ago
position.rs Fix tab rendering to use dynamic tab width 3 years ago
register.rs prompt: If submitting empty prompt, use default (last used) 2 years ago
search.rs Jump to the next number on the line before incrementing (#1778) 3 years ago
selection.rs Improve Readability (#2639) 2 years ago
shellwords.rs
state.rs Reduce State use a bit further 3 years ago
surround.rs
syntax.rs Refactor textobject node capture (#2741) 2 years ago
test.rs
textobject.rs
transaction.rs
wrap.rs