From 86ae81ec5d44f79422d2ae8c2544c7129b42ecb4 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Mon, 30 Jan 2023 22:48:27 +0800 Subject: Use filename completer on run-shell-command (#5729) --- helix-term/src/commands/typed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src') diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs index bd91df5a..ec7100a6 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -2335,7 +2335,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[ aliases: &["sh"], doc: "Run a shell command", fun: run_shell_command, - completer: Some(completers::directory), + completer: Some(completers::filename), }, ]; -- cgit v1.2.3-70-g09d2