zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: run-help run-help when run-help is a function
@ 2008-10-07  8:03 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-10-07  8:03 UTC (permalink / raw)
  To: zsh-workers

This is because someone ran 'run-help run-help' on the command line and
got very confused by the function output.

Index: Functions/Misc/run-help
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Misc/run-help,v
retrieving revision 1.10
diff -u -r1.10 run-help
--- Functions/Misc/run-help	13 Jan 2008 17:37:21 -0000	1.10
+++ Functions/Misc/run-help	7 Oct 2008 08:01:57 -0000
@@ -63,6 +63,7 @@
 	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))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-07  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-07  8:03 PATCH: run-help run-help when run-help is a function Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).