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 mtoohey31 committed Jun 2, 2024
1 parent 8716b21 commit e89337b
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 e89337b

Please sign in to comment.