From bb591a69c912dbf6c06a19c89c1cce3ad2bf126b Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 12 Dec 2005 08:26:03 +1000 Subject: [PATCH] Make type fuction handle hidden functions darcs-hash:20051211222603-ac50b-e846b05b27d2e2c072c760baa1e067f9484636e3.gz --- init/fish_function.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/fish_function.fish b/init/fish_function.fish index 6ee7f3249..bd8a3d805 100644 --- a/init/fish_function.fish +++ b/init/fish_function.fish @@ -653,7 +653,7 @@ function type -d "Print the type of a command" if test $selection != files - if contains -- $i (functions -n) + if contains -- $i (functions -na) set status 0 set found 1 switch $mode