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 3007478567 fix: Correctly merge multiple selection ranges together
Fixes #391
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 Incorporate long word commands into keymap 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: Correctly merge multiple selection ranges together 3 years ago
state.rs Derive debug without feature 3 years ago
surround.rs Skip enclosed pairs in surround 3 years ago
syntax.rs Don't crash if diagnostics span past EOF 3 years ago
transaction.rs fix ca98210d20 3 years ago