From 4ef6a41cc46c72b79876990b27ddb40ef0607228 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Thu, 24 Mar 2022 14:45:52 +0800 Subject: [PATCH] Rename fzf `--phony` completion to `--disabled` --- share/completions/fzf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/fzf.fish b/share/completions/fzf.fish index cd2d2a82f..ccdfcc6cf 100644 --- a/share/completions/fzf.fish +++ b/share/completions/fzf.fish @@ -16,7 +16,7 @@ complete -c fzf -s d -l delimiter -d 'Field delimiter regex for --nth and --with complete -c fzf -l no-sort -d 'Do not sort the result' complete -c fzf -n 'string match "+*" -- (commandline -ct)' -a +s -d 'Do not sort the result' complete -c fzf -l tac -d 'Reverse the order of the input' -complete -c fzf -l phony -d 'Do not perform search' +complete -c fzf -l disabled -d 'Do not perform search' complete -c fzf -l tiebreak -d 'Sort criteria when breaking ties' -x -a 'length begin end index' # Interface