aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-10-16 07:58:26 +0000
committerBlaž Hrastnik2020-10-16 07:58:26 +0000
commitbc2c652fe885c7e7953224268688a6d7b6dea80e (patch)
tree4fc870f35222ab9e76d68c045cc16832924a6607 /helix-core
parent49b4cdb5669b1c572b2b26af4353cb16cb1260f7 (diff)
Bugfix
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs
index bd14850f..1b0a67ae 100644
--- a/helix-core/src/state.rs
+++ b/helix-core/src/state.rs
@@ -10,7 +10,6 @@ pub enum Mode {
Normal,
Insert,
Goto,
- Command,
}
/// A state represents the current editor state of a single buffer.