Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _diff_options missing minus
- X-seq: zsh-workers 20414
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _diff_options missing minus
- Date: Tue, 28 Sep 2004 13:47:22 -0400
- Cc: 273888-forwarded@xxxxxxxxxxxxxxx, 273888-submitter@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Spotted by Paul Wagland.
Index: Completion/Unix/Type/_diff_options
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_diff_options,v
retrieving revision 1.9
diff -u -r1.9 _diff_options
--- Completion/Unix/Type/_diff_options 25 Mar 2004 16:53:07 -0000 1.9
+++ Completion/Unix/Type/_diff_options 28 Sep 2004 17:45:49 -0000
@@ -55,7 +55,7 @@
'(-a --text)'{-a,--text}'[treat all files as text]' \
"($of $oss)"{-C+,--context=-}'[output a context diff]:number of lines of copied context' \
"($of $oss)-c[output a context diff]" \
- "($of $oss)"{-U+,-unified=-}'[output a unified diff]:number of lines of unified context' \
+ "($of $oss)"{-U+,--unified=-}'[output a unified diff]:number of lines of unified context' \
"($of $oss)-u[output a unified diff]" \
"($ofwuc $oss)*"{-L+,--label=}'[set label to use instead of file name]:label' \
"($ofwuc $oss -p --show-c-function)"{-p,--show-c-function}'[show C function of each change]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author