about summary refs log tree commit diff
path: root/Functions/Misc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-25 20:30:20 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-25 20:30:20 +0000
commit7e304940e5abf61362803f53847306f4270a1875 (patch)
treebbe4744bdc699e570f035e4c6ab44c71218a1834 /Functions/Misc
parent7293813b4e97a1892e0deeb34fa2d01c388ade12 (diff)
downloadzsh-7e304940e5abf61362803f53847306f4270a1875.tar.gz
zsh-7e304940e5abf61362803f53847306f4270a1875.tar.xz
zsh-7e304940e5abf61362803f53847306f4270a1875.zip
unposted: back off 26862
Diffstat (limited to 'Functions/Misc')
-rw-r--r--Functions/Misc/run-help1
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}