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
Nathan Vegdahl 43594049dd Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 3 years ago
..
auto_pairs.rs Fix all remaining warnings in helix-core except for two. 3 years ago
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
comment.rs Fix comment toggle command also sometimes toggling the next line. 3 years ago
diagnostic.rs Derive debug without feature 3 years ago
diff.rs Remove ExactSizeIterator requirement on Transaction::change 3 years ago
graphemes.rs Better validation method APIs for `Range`. 3 years ago
history.rs Fix all remaining warnings in helix-core except for two. 3 years ago
indent.rs Made toggle_comments language dependent (#463) 3 years ago
lib.rs Add object selection (textobjects) (#385) 3 years ago
line_ending.rs Make vertical selection movement work properly. 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Fix ocassional panic when matching brackets. 3 years ago
movement.rs Revert display-width-based vertical cursor movement. 3 years ago
object.rs Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 3 years ago
position.rs Revert display-width-based vertical cursor movement. 3 years ago
register.rs Remove RwLock for registers 3 years ago
search.rs Update surround commands to work with gap indexing. 3 years ago
selection.rs Fix append mode, and make insertion always happen at head of range. 3 years ago
state.rs Derive debug without feature 3 years ago
surround.rs Update surround commands to work with gap indexing. 3 years ago
syntax.rs Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 3 years ago
textobject.rs Update surround commands to work with gap indexing. 3 years ago
transaction.rs Remove ExactSizeIterator requirement on Transaction::change 3 years ago