mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-03 20:51:07 +01:00
unposted: back off 26862
This commit is contained in:
parent
7293813b4e
commit
7e304940e5
2 changed files with 6 additions and 1 deletions
|
|
@ -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 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue