diff options
author | Blaž Hrastnik | 2021-03-29 06:04:29 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-03-29 06:04:29 +0000 |
commit | aefafc25cd235183261efa2d59265855e0e992e1 (patch) | |
tree | e2ba4b01a27917a870031ef32e5109d576268987 /helix-view/src | |
parent | 1d96cbfbd2ef1d937490b1aaa19152dfc0ea0f76 (diff) |
Replace Mode::Goto with just using on_next_key.
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/document.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index 0ab8abbb..231c10bc 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -15,7 +15,6 @@ pub enum Mode { Normal, Select, Insert, - Goto, } pub struct Document { |