mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
25823: bring up zshcontrib man page if run-help is run on run-help and run-help is a function.
This commit is contained in:
parent
e6e5d2eb1d
commit
7e86f2da31
2 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,7 @@ do
|
|||
case ${what[(w)1]} in
|
||||
(comp*) man zshcompsys;;
|
||||
(zf*) man zshftpsys;;
|
||||
(run-help) man zshcontrib;;
|
||||
(*) builtin functions ${what[(w)1]} | ${=PAGER:-more};;
|
||||
esac;;
|
||||
(*( is a * builtin))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue