aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/type.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-30 11:52:21 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-30 11:52:21 +1000
commit63643ff17f994e537f39ccdccb1cb229fa02ce0b (patch)
tree605b178e8e30c31065d75f74df4253b896624b5c /share/completions/type.fish
parentf83575f08447e91d9c26f3e9ff302b428b2c14a9 (diff)
Fix completions for which and type, which where broken by previous script updates
darcs-hash:20061030015221-ac50b-e4a0f2802e7a5dc4a1e594933f25cae00d9ea104.gz
Diffstat (limited to 'share/completions/type.fish')
-rw-r--r--share/completions/type.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/type.fish b/share/completions/type.fish
index 5a40e800..d50760a0 100644
--- a/share/completions/type.fish
+++ b/share/completions/type.fish
@@ -8,5 +8,5 @@ complete -c type -s P -l force-path -d (N_ "Print path to command")
complete -c type -a "(builtin -n)" -d (N_ "Builtin")
complete -c type -a "(functions -n)" -d (N_ "Function")
-complete -c type -a "(__fish_complete_command)" -d (N_ "Command")
+complete -c type -a "(commandline -ct)(complete -C(commandline -ct))" -x