Rename fzf --phony completion to --disabled

This commit is contained in:
Kid 2022-03-24 14:45:52 +08:00 committed by Fabian Boehm
parent 6a8efa3f15
commit 4ef6a41cc4

View File

@ -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