mirror of https://github.com/helix-editor/helix
Use filename completer on run-shell-command (#5729)
parent
482cc22fec
commit
86ae81ec5d
|
@ -2335,7 +2335,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
|
||||||
aliases: &["sh"],
|
aliases: &["sh"],
|
||||||
doc: "Run a shell command",
|
doc: "Run a shell command",
|
||||||
fun: run_shell_command,
|
fun: run_shell_command,
|
||||||
completer: Some(completers::directory),
|
completer: Some(completers::filename),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue