zsh-workers
 help / color / mirror / code / Atom feed
* Recent arguments problem
@ 2003-08-04 11:10 Peter Stephenson
  2003-08-05 10:05 ` Oliver Kiddle
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Stephenson @ 2003-08-04 11:10 UTC (permalink / raw)
  To: Zsh hackers list

Some very recent change has resulted in:

% cvs diff Src/Zle/complist
_arguments:comparguments:208: invalid option definition: (-y --side-by-side -n --rcs -e -f --ed -q --brief -c -C --context -u -U   --unified --old-group-format --new-group-format --changed-group-format   --unchanged-group-format --line-format --old-line-format --new-line-format   --unchanged-line-format -L --label -p --show-c-function -F --show-function-line -W --width --left-column --suppress-common-lines)-f[output a reversed ed script]" \\n    "($of $ouc $oss)"{-n,--rcs}[RCS

pws


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Recent arguments problem
  2003-08-04 11:10 Recent arguments problem Peter Stephenson
@ 2003-08-05 10:05 ` Oliver Kiddle
  0 siblings, 0 replies; 2+ messages in thread
From: Oliver Kiddle @ 2003-08-05 10:05 UTC (permalink / raw)
  To: Zsh hackers list

Peter wrote:
> Some very recent change has resulted in:
> % cvs diff Src/Zle/complist
> _arguments:comparguments:208: invalid option definition: (-y --side-by-side

Oops, sorry about that.

Index: Completion/Unix/Command/_cvs
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cvs,v
retrieving revision 1.22
diff -u -r1.22 _cvs
--- Completion/Unix/Command/_cvs        31 Jul 2003 15:26:14 -0000      1.22
+++ Completion/Unix/Command/_cvs        5 Aug 2003 10:01:14 -0000
@@ -238,8 +238,8 @@
     "($ofwuc $oss -F --show-function-line=)"{-F+,--show-function-line=}'[show the most recent line matching regex]:regex' \
     "($of $ouc $oss)--brief[output only whether files differ]" \
     "($of $ouc $oss)"{-e,--ed}'[output an ed script]' \
-    "($of $ouc $oss)"{-f,--forward-ed}'[output a reversed ed script]" \
-    "($of $ouc $oss)"{-n,--rcs}'[RCS format diff]" \
+    "($of $ouc $oss)"{-f,--forward-ed}'[output a reversed ed script]' \
+    "($of $ouc $oss)"{-n,--rcs}'[RCS format diff]' \
     "($of $ouc)--side-by-side[output in two columns]" \
     "($of $ouc)-y[output in two columns]" \
     "($ofwy $ouc -W --width)"{-W+,--width=}'[set size of line]:number of characters per line' \

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-05 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-04 11:10 Recent arguments problem Peter Stephenson
2003-08-05 10:05 ` Oliver Kiddle

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