diff options
Diffstat (limited to 'Functions/Misc')
-rw-r--r-- | Functions/Misc/run-help | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help index 1a8424cea..f5464065d 100644 --- a/Functions/Misc/run-help +++ b/Functions/Misc/run-help @@ -54,6 +54,7 @@ while ((i++ < $#places)) do what=$places[$i] [[ -n $noalias && $what = *" is an alias "* ]] && continue + builtin print -r $what case $what in (*( is an alias)*) [[ ${what[(w)6]:t} != ${what[(w)1]} ]] && run-help ${what[(w)6]:t} |