helix-mods/helix-core/src
2021-07-01 14:22:28 -07:00
..
auto_pairs.rs Work on moving code over to LineEnding instead of assuming '\n'. 2021-06-20 15:33:02 -07:00
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 2021-06-20 15:33:02 -07:00
comment.rs fix: crash with ctrl-c on empty file 2021-06-24 01:38:02 +09:00
diagnostic.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
graphemes.rs Fix silly mistake in previous phantom line bug fix. 2021-06-26 14:26:18 +09:00
history.rs Add :earlier and :later commands that can be used to navigate the full edit history. (#194) 2021-06-11 22:06:13 +09:00
indent.rs Add ability to change theme on editor 2021-06-20 00:07:13 +09:00
lib.rs Handle non-UTF8 files 2021-06-23 15:40:27 +09:00
line_ending.rs Missed some items in the CRLF PR. 2021-06-23 12:43:09 +09:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
match_brackets.rs Don't panic on empty file/buffer (#108) 2021-06-05 13:00:43 +09:00
movement.rs Incorporate long word commands into keymap 2021-06-30 00:56:19 +09:00
object.rs minor: Remove a few unwraps. 2021-03-26 11:03:14 +09:00
position.rs Work on moving code over to LineEnding instead of assuming '\n'. 2021-06-20 15:33:02 -07:00
register.rs Remove RwLock for registers 2021-06-15 23:01:56 +08:00
search.rs fix: 2 panics while setting style + off by 1 2021-06-07 09:15:08 +09:00
selection.rs Change the Range type and associated functions to gap indexing. 2021-07-01 14:22:28 -07:00
state.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
surround.rs Skip enclosed pairs in surround 2021-06-24 13:02:56 +09:00
syntax.rs Don't crash if diagnostics span past EOF 2021-06-28 14:50:35 +09:00
transaction.rs fix ca98210d20 2021-06-28 18:05:20 +09:00