diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-25 20:30:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-25 20:30:20 +0000 |
commit | 7e304940e5abf61362803f53847306f4270a1875 (patch) | |
tree | bbe4744bdc699e570f035e4c6ab44c71218a1834 | |
parent | 7293813b4e97a1892e0deeb34fa2d01c388ade12 (diff) | |
download | zsh-7e304940e5abf61362803f53847306f4270a1875.tar.gz zsh-7e304940e5abf61362803f53847306f4270a1875.tar.xz zsh-7e304940e5abf61362803f53847306f4270a1875.zip |
unposted: back off 26862
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Functions/Misc/run-help | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f0b111d51..cc9c2da09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-25 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted, see 26880: Functions/Misc/run-help: back off 26862. + 2009-04-24 Peter Stephenson <pws@csr.com> * unposted: Config/version.mk: update to 4.3.9-dev-3. @@ -11620,5 +11624,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4668 $ +* $Revision: 1.4669 $ ***************************************************** 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} |