helix/helix-core/src
Ivan Tham f7c8500797 Fix append newline indent
Fix #492
2021-07-26 22:36:40 +09: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 Determine whether to use a margin of 0 or 1 when uncommenting (#476) 2021-07-26 11:00:58 +09:00
diagnostic.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
diff.rs Remove ExactSizeIterator requirement on Transaction::change 2021-07-19 11:29:51 +09:00
graphemes.rs Fix silly mistake in previous phantom line bug fix. 2021-06-26 14:26:18 +09:00
history.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00
indent.rs Fix append newline indent 2021-07-26 22:36:40 +09:00
lib.rs Add object selection (textobjects) (#385) 2021-07-03 10:07:49 +09: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 Add object selection (textobjects) (#385) 2021-07-03 10:07:49 +09:00
object.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 2021-07-01 19:06:52 -07:00
position.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00
register.rs Implement in-memory prompt history 2021-07-26 11:19:33 +09:00
search.rs fix: 2 panics while setting style + off by 1 2021-06-07 09:15:08 +09:00
selection.rs Add object selection (textobjects) (#385) 2021-07-03 10:07:49 +09:00
state.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
surround.rs Fix typo on comment in surround 2021-07-03 20:20:24 +08:00
syntax.rs The item `fmt` was imported redundantly 2021-07-22 22:39:17 +09:00
textobject.rs Fix surround bug when cursor on same pair 2021-07-03 20:20:24 +08:00
transaction.rs Remove ExactSizeIterator requirement on Transaction::change 2021-07-19 11:29:51 +09:00