helix-mirror/helix-core/src
2021-06-22 14:27:51 +09: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 Cleanup find_first_non_whitespace_char funcs 2021-06-08 17:22:37 +09:00
diagnostic.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
graphemes.rs Downgrade unicode-segmentation 2021-06-10 22:00:08 +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 Add surround keybinds 2021-06-22 14:27:51 +09:00
line_ending.rs Flesh out the line ending utility unit tests. 2021-06-21 12:56:42 -07: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 Add function to get the line ending of a str slice. 2021-06-21 10:29:29 -07: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 Movement fixes, refactor and unit test suite (#217) 2021-06-11 21:57:07 +09:00
state.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
surround.rs Refactor and add tests for surround 2021-06-22 14:27:51 +09:00
syntax.rs Merge branch 'master' of github.com:helix-editor/helix into line_ending_detection 2021-06-20 16:09:14 -07:00
transaction.rs Derive debug without feature 2021-06-10 22:00:08 +09:00