From cc65e583f4c2c7314e80ec61d841667f7b96c83c Mon Sep 17 00:00:00 2001 From: mattwparas Date: Tue, 3 Oct 2023 10:16:30 -0700 Subject: [PATCH] checkpoint before event system --- helix-term/src/commands/engine/scheme.rs | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/helix-term/src/commands/engine/scheme.rs b/helix-term/src/commands/engine/scheme.rs index ee9f426c0..f214eaaa4 100644 --- a/helix-term/src/commands/engine/scheme.rs +++ b/helix-term/src/commands/engine/scheme.rs @@ -2,6 +2,7 @@ use helix_core::{ extensions::steel_implementations::{rope_module, SteelRopeSlice}, graphemes, path::expand_tilde, + regex::Regex, shellwords::Shellwords, Range, Selection, Tendril, }; @@ -1301,6 +1302,8 @@ fn configure_engine() -> std::rc::Rc