diff options
-rw-r--r-- | helix-term/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 1bd73652..10b336ce 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -5401,7 +5401,7 @@ fn shell_prompt(cx: &mut Context, prompt: Cow<'static, str>, behavior: ShellBeha cx, prompt, Some('|'), - ui::completers::none, + ui::completers::filename, move |cx, input: &str, event: PromptEvent| { if event != PromptEvent::Validate { return; |