aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/which.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-21 05:55:06 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-21 05:55:06 +1000
commit06688fb9eaa1b61cbfb92b6f5edf997ffe6dbcff (patch)
tree673716625965dd45716f2cd676fe7723e6086963 /share/completions/which.fish
parent4d5c50cbb32506db8c4aa53ba804faf32e5015a5 (diff)
Change output format of complete -C to make writing case insensitive command specific completions more transparent
darcs-hash:20070420195506-ac50b-b5f56bb2964e65d13abfb9281ce26db2b8c341b7.gz
Diffstat (limited to 'share/completions/which.fish')
-rw-r--r--share/completions/which.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/which.fish b/share/completions/which.fish
index 2d392a1d..1de1cfd7 100644
--- a/share/completions/which.fish
+++ b/share/completions/which.fish
@@ -12,4 +12,4 @@ complete -c which -l tty-only --description "Stop processing options on the righ
complete -c which -s v -s V -l version --description "Display version and exit"
complete -c which -l help --description "Display help and exit"
-complete -c which -a "(commandline -ct)(complete -C(commandline -ct))" -x
+complete -c which -a "(complete -C(commandline -ct))" -x