Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: add (-.) to many completion _files globs
- X-seq: zsh-workers 30208
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: PATCH: add (-.) to many completion _files globs
- Date: Sat, 11 Feb 2012 18:31:48 +0100
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Pc19Kx9ewjO4VyWTfenehYk7pEbxTSD7EApeY08qUaU=; b=VVpcb+A8XmnIY0QdWp5cHGX2exA7ix7bG81xhf1deGLhgIKOBqLeQ87cXEyOev5Rk8 V3iqXLPzPiZOOk69XUW+WQGiyy2S+JqdClZ4/FuURoSqdpN222mSIG9GCOr244sRpZm3 zJQuNAscpFVtY7V1qUTRjz9ClcGF2+FcLPLRQ=
- In-reply-to: <24788.1328891908@thecus.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <24788.1328891908@thecus.kiddle.eu>
> Index: Completion/Debian/Command/_dpkg
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpkg,v
> retrieving revision 1.16
> diff -u -r1.16 _dpkg
> --- Completion/Debian/Command/_dpkg 16 Sep 2010 01:02:27 -0000 1.16
> +++ Completion/Debian/Command/_dpkg 10 Feb 2012 16:37:02 -0000
> @@ -73,7 +73,7 @@
> _dpkg_options_recursive=( '(--recursive -R)'{--recursive,-R}'[recursive]' )
>
> _dpkg_deb_and_query_only_actions=(
> - '(--show -W)'{--show,-W}'[show package info]:Debian package:_files -g \*.u\#deb'
> + '(--show -W)'{--show,-W}'[show package info]:Debian package:_files -g \*.u\#deb(-.)'
Is this also missing backslashes on the ()? I don't know how dpkg
works so I can't test it, but it looks like it should have them.
I looked through the whole diff and the other changes all look good.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author