aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/state.rs
diff options
context:
space:
mode:
authorJan Hrastnik2020-10-07 22:02:32 +0000
committerBlaž Hrastnik2020-10-16 02:53:31 +0000
commit0c0c2c71034e264204a2ce6d4fd7a17ddbc2245f (patch)
tree477321145126d7c2c4be3252e331c6574a5f400d /helix-core/src/state.rs
parent16828d322a13be5b6f9adb680742cdc2570fbf17 (diff)
modified editor.render() to prepare for command mode rendering
Diffstat (limited to 'helix-core/src/state.rs')
-rw-r--r--helix-core/src/state.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs
index 1b0a67ae..bd14850f 100644
--- a/helix-core/src/state.rs
+++ b/helix-core/src/state.rs
@@ -10,6 +10,7 @@ pub enum Mode {
Normal,
Insert,
Goto,
+ Command,
}
/// A state represents the current editor state of a single buffer.