Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#514955: patch completion broken: bad set of key/value pairs for associative array
- X-seq: zsh-workers 26565
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#514955: patch completion broken: bad set of key/value pairs for associative array
- Date: Thu, 12 Feb 2009 18:42:12 +0000
- Cc: martin f krafft <madduck@xxxxxxxxxx>, 514955@xxxxxxxxxxxxxxx
- In-reply-to: <20090212091634.GA17364@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, martin f krafft <madduck@xxxxxxxxxx>, 514955@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090212091634.GA17364@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On Thu, Feb 12, 2009 at 10:16:34AM +0100, martin f krafft wrote:
> piper:~|master|.tmp/cdt.lalFLHgV/puppet-0.24.7% patch lib/<TAB>
> _patch:11: bad set of key/value pairs for associative array
> _patch:11: bad set of key/value pairs for associative array
> _patch:11: bad set of key/value pairs for associative array
> _patch:11: bad set of key/value pairs for associative array
> piper:~|master|.tmp/cdt.lalFLHgV/puppet-0.24.7% patch lib/
Oops.
Index: Completion/Unix/Command/_patch
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_patch,v
retrieving revision 1.3
diff -u -r1.3 _patch
--- Completion/Unix/Command/_patch 29 Jan 2009 15:54:43 -0000 1.3
+++ Completion/Unix/Command/_patch 12 Feb 2009 18:41:06 -0000
@@ -113,7 +113,8 @@
'* --use-index-line *' '--use-index-line[deal with Index: line]'
'* --patch-root=DIR *' '--patch-root=[restrict paths]:patch root:_files -/'
- '* -U --unified-reject-files *' '(-U --unified-reject-files)'{-U,--unified-reject-files}'[create unified reject files]'
+ '* -U *' '(--unified-reject-files)-U[create unified reject files]'
+ '* --unified-reject-files *' '(-U)--unified-reject-files}[create unified reject files]'
'* --global-reject-file=file *' '--global-reject-file=[put all rejects into one file]:file:_files'
)
_patch_args=(
Messages sorted by:
Reverse Date,
Date,
Thread,
Author