zsh-workers
 help / color / mirror / code / Atom feed
* Missing LPAR/RPAR in options.yo
@ 2011-12-27 21:35 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2011-12-27 21:35 UTC (permalink / raw)
  To: Zsh hackers list

iIncluding file Zsh/options.yo
options.yo:577: No macro: args(...)
options.yo:577: No macro: args(...)

Index: Doc/Zsh/options.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v
retrieving revision 1.104
diff -u -r1.104 options.yo
--- Doc/Zsh/options.yo	8 Dec 2011 19:42:07 -0000	1.104
+++ Doc/Zsh/options.yo	27 Dec 2011 21:32:13 -0000
@@ -567,12 +567,12 @@
 For example, with both options unset a function may be defined
 in the following fashion:

-example(args() { echo $# })
+example(args+LPAR()RPAR() { echo $# })

 while if either option is set, this does not work and something
 equivalent to the following is required:

-example(args() { echo $#; })
+example(args+LPAR()RPAR() { echo $#; })

 )
 pindex(KSH_GLOB)


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

only message in thread, other threads:[~2011-12-27 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-27 21:35 Missing LPAR/RPAR in options.yo Bart Schaefer

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).