diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Misc/run-help | 1 |
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)) |