From b2c697296e16acddbe24130fa34fd65232feba91 Mon Sep 17 00:00:00 2001 From: janos-r <30606201+janos-r@users.noreply.github.com> Date: Thu, 30 May 2024 01:59:13 +0200 Subject: [PATCH] Fix bun.fish completions (#11450) --- completions/bun.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/bun.fish b/completions/bun.fish index 19f3dfa5df..3cb9366b7d 100644 --- a/completions/bun.fish +++ b/completions/bun.fish @@ -53,7 +53,7 @@ function __bun_complete_bins_scripts --inherit-variable bun_builtin_cmds_without # Scripts have descriptions appended with a tab separator. # Strip off descriptions for the purposes of subcommand testing. set -l scripts (__fish__get_bun_scripts) - if __fish_seen_subcommand_from $(string split \t -f 1 -- $scripts) + if __fish_seen_subcommand_from (string split \t -f 1 -- $scripts) return end # Emit scripts.