about summary refs log tree commit diff
path: root/Functions/Misc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-10-07 08:07:04 +0000
committerClint Adams <clint@users.sourceforge.net>2008-10-07 08:07:04 +0000
commit7e86f2da31ec41931f6fb524854d5baf6143062a (patch)
treed0285fcd1dea955e52b711144cb562e5240ae8d3 /Functions/Misc
parente6e5d2eb1db839df64aa5fafad188c62807aa82b (diff)
downloadzsh-7e86f2da31ec41931f6fb524854d5baf6143062a.tar.gz
zsh-7e86f2da31ec41931f6fb524854d5baf6143062a.tar.xz
zsh-7e86f2da31ec41931f6fb524854d5baf6143062a.zip
25823: bring up zshcontrib man page if run-help is run on run-help and run-help is a function.
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 709672ca0..85f3912e6 100644
--- a/Functions/Misc/run-help
+++ b/Functions/Misc/run-help
@@ -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))