diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index d9f041911..5c65a7872 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -2337,6 +2337,8 @@ fn global_search(cx: &mut Context) { ); } +// TODO: Fix this! It is just a copy paste of the above global_search - they should just +// share the same implementation. fn search_in_directory(cx: &mut Context, search_root: PathBuf) { #[derive(Debug)] struct FileResult { diff --git a/helix-term/src/commands/engine/scheme.rs b/helix-term/src/commands/engine/scheme.rs index 7f1100aa7..5a4cb2a7c 100644 --- a/helix-term/src/commands/engine/scheme.rs +++ b/helix-term/src/commands/engine/scheme.rs @@ -1127,7 +1127,7 @@ fn configure_engine() -> std::rc::Rc