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 1b102d5532 Extract the merge "operator" into helix-core 3 years ago
..
auto_pairs.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
comment.rs fix: crash with ctrl-c on empty file 3 years ago
diagnostic.rs Derive debug without feature 3 years ago
graphemes.rs Fix silly mistake in previous phantom line bug fix. 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 Add ability to change theme on editor 3 years ago
lib.rs Handle non-UTF8 files 3 years ago
line_ending.rs Missed some items in the CRLF PR. 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 Add function to get the line ending of a str slice. 3 years ago
object.rs minor: Remove a few unwraps. 3 years ago
position.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
register.rs Remove RwLock for registers 3 years ago
search.rs fix: 2 panics while setting style + off by 1 3 years ago
selection.rs fix: Select matching at the start of the doc could crash. Fixes #346 3 years ago
state.rs Derive debug without feature 3 years ago
surround.rs Skip enclosed pairs in surround 3 years ago
syntax.rs Extract the merge "operator" into helix-core 3 years ago
transaction.rs Derive debug without feature 3 years ago