Skip to content

Commit

Permalink
Add filename completer for shell prompt (#7569)
Browse files Browse the repository at this point in the history
  • Loading branch information
aromeronavia authored Jul 8, 2023
1 parent 618620b commit 507dd50
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 @@ -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;
Expand Down

0 comments on commit 507dd50

Please sign in to comment.