mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Make type fuction handle hidden functions
darcs-hash:20051211222603-ac50b-e846b05b27d2e2c072c760baa1e067f9484636e3.gz
This commit is contained in:
parent
1d69e70b7a
commit
bb591a69c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue