helix/helix-core/src
2021-07-02 09:51:29 -07:00
..
auto_pairs.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -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 Better validation method APIs for Range. 2021-07-01 14:22:28 -07:00
history.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00
indent.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00
lib.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 2021-07-01 19:06:52 -07:00
line_ending.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 2021-07-01 19:06:52 -07:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
match_brackets.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00
movement.rs Make horizontal selection movement work properly. 2021-07-02 09:51:29 -07:00
object.rs Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 2021-07-01 19:37:28 -07:00
position.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -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 Fix a couple additional unused warnings after merge. 2021-07-01 19:40:37 -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 Allow last line in file to lack a line break character. 2021-07-01 23:36:09 -07:00
transaction.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00