mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01: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
|
|
@ -1,5 +1,8 @@
|
||||||
2008-10-07 Clint Adams <clint@zsh.org>
|
2008-10-07 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 25823: Functions/Misc/run-help: bring up zshcontrib man page if
|
||||||
|
run-help is run on run-help and run-help is a function.
|
||||||
|
|
||||||
* Jörg Sommer: 25819: Completion/Linux/Command/_modutils: improve
|
* Jörg Sommer: 25819: Completion/Linux/Command/_modutils: improve
|
||||||
module parameter completion.
|
module parameter completion.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ do
|
||||||
case ${what[(w)1]} in
|
case ${what[(w)1]} in
|
||||||
(comp*) man zshcompsys;;
|
(comp*) man zshcompsys;;
|
||||||
(zf*) man zshftpsys;;
|
(zf*) man zshftpsys;;
|
||||||
|
(run-help) man zshcontrib;;
|
||||||
(*) builtin functions ${what[(w)1]} | ${=PAGER:-more};;
|
(*) builtin functions ${what[(w)1]} | ${=PAGER:-more};;
|
||||||
esac;;
|
esac;;
|
||||||
(*( is a * builtin))
|
(*( is a * builtin))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue