From 7e86f2da31ec41931f6fb524854d5baf6143062a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 7 Oct 2008 08:07:04 +0000 Subject: 25823: bring up zshcontrib man page if run-help is run on run-help and run-help is a function. --- Functions/Misc/run-help | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions') 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)) -- cgit 1.4.1