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