helix/helix-core/src
Ivan Tham f5f46b1fed Separate document history into Cell
As history is used separately from the rest of the edits, separating it
can avoid needless borrowing and cloning. But one need to be aware later.
2021-06-02 23:47:50 +08:00
..
auto_pairs.rs When calculating a new selection, we need to take newly inserted text into account. 2021-05-15 10:50:36 +09:00
comment.rs Fully drop State references. 2021-03-31 15:45:18 +09:00
diagnostic.rs Add the :new command, don't crash if saving without filename. 2021-05-07 14:19:58 +09:00
graphemes.rs clippy lint 2021-03-24 14:58:01 +09:00
history.rs Separate document history into Cell 2021-06-02 23:47:50 +08:00
indent.rs Hacky way to specify indent scopes per language via toml configs. 2021-05-14 19:21:46 +09:00
lib.rs Update architecture.md 2021-05-30 17:52:46 +09:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
match_brackets.rs minor: Remove a few unwraps. 2021-03-26 11:03:14 +09:00
movement.rs Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb` 2021-06-02 14:57:43 +09:00
object.rs minor: Remove a few unwraps. 2021-03-26 11:03:14 +09:00
position.rs clippy lint 2021-03-24 14:58:01 +09:00
register.rs Simple yank/paste registers. 2020-10-13 23:13:56 +09:00
search.rs f/t: Check if at bounds before searching, refs #43, closes #37 2021-06-02 13:20:27 +09:00
selection.rs Lint 2021-05-09 17:13:59 +09:00
state.rs Finish hiding doc.state / State as an implementation detail. 2021-03-18 15:07:02 +09:00
syntax.rs Update deps, introduce the new tree-sitter lifetimes 2021-05-28 00:00:51 +09:00
transaction.rs Separate document history into Cell 2021-06-02 23:47:50 +08:00