1
0
Fork 0
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:
Clint Adams 2008-10-07 08:07:04 +00:00
parent e6e5d2eb1d
commit 7e86f2da31
2 changed files with 4 additions and 0 deletions

View file

@ -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))