Skip to content

Commit

Permalink
Add filename completer for shell prompt (helix-editor#7569)
Browse files Browse the repository at this point in the history
  • Loading branch information
aromeronavia authored and Schuyler Mortimer committed Jul 10, 2024
1 parent a81b147 commit 0f3744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5405,7 +5405,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;
Expand Down

0 comments on commit 0f3744e

Please sign in to comment.