From ed03ec92a825b8e42005f2f8506b0f3db4923fa5 Mon Sep 17 00:00:00 2001 From: Jan Hrastnik Date: Tue, 13 Oct 2020 00:23:48 +0200 Subject: moved prompt command matching to prompt.rs --- helix-core/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs index bd14850f..805940fb 100644 --- a/helix-core/src/state.rs +++ b/helix-core/src/state.rs @@ -10,7 +10,7 @@ pub enum Mode { Normal, Insert, Goto, - Command, + Prompt, } /// A state represents the current editor state of a single buffer. -- cgit v1.2.3-70-g09d2