mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:23:38 +08:00
Rename fzf --phony
completion to --disabled
This commit is contained in:
parent
6a8efa3f15
commit
4ef6a41cc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user