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
Ivan Tham 1bda454149 Add ctrl-w for prompt 3 years ago
..
auto_pairs.rs Movement fixes, refactor and unit test suite (#217) 3 years ago
comment.rs Cleanup find_first_non_whitespace_char funcs 3 years ago
diagnostic.rs Derive debug without feature 3 years ago
graphemes.rs Downgrade `unicode-segmentation` 3 years ago
history.rs Add :earlier and :later commands that can be used to navigate the full edit history. (#194) 3 years ago
indent.rs Fix broken test 3 years ago
lib.rs Add ctrl-w for prompt 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Don't panic on empty file/buffer (#108) 3 years ago
movement.rs Movement fixes, refactor and unit test suite (#217) 3 years ago
object.rs minor: Remove a few unwraps. 3 years ago
position.rs clippy lint 3 years ago
register.rs Implement register selection 3 years ago
search.rs fix: 2 panics while setting style + off by 1 3 years ago
selection.rs Movement fixes, refactor and unit test suite (#217) 3 years ago
state.rs Derive debug without feature 3 years ago
syntax.rs Add more ways to detect runtime directory 3 years ago
transaction.rs Derive debug without feature 3 years ago