Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH 3/5: _imagemagick: complete all files if image files didn't match
- X-seq: zsh-workers 36132
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH 3/5: _imagemagick: complete all files if image files didn't match
- Date: Wed, 12 Aug 2015 19:20:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1439400016; bh=0Jfc/XmKzmyimrDdF6C/rlvi2FhW37HMtac9ymKUPqw=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=s2JFfpqXa3ASR4F0T4mCeuFcUe1aAnWRRsb0mQn7xr39uvjNmx7VQ4D1Jochui1FoVwNsWB+/qTcgu5XmslQuHNe9iRqFr/BDUD/tIuk3L5boA5hKZoa6JZMk2ySu/Th7X3x8z+eAxLNpWZikf4PKct1PS9et//NJhRSkW5yIqVCDIFq6Qj4uBQ1yJ5s6kpy/GE6Z9jbV5KkYjMBm4zFueAClXxvqf5udeGcr2QE0NecPO68e1sDMNKraY4zwXn2qe6aI7eP0pln6yTtFpIqzSPpP9n8uM9rCDzpkVXqB9AlGXf/tqq0kS2fLlJ/rGKLuoYTnsXaSH2009uU8Tidvw==
- In-reply-to: <1439348703-8268-3-git-send-email-mikachu@gmail.com>
- 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: <1439348703-8268-1-git-send-email-mikachu@gmail.com> <1439348703-8268-3-git-send-email-mikachu@gmail.com>
Mikael Magnusson wrote:
> - _files "$@" -g "*.(#i)(${~formats//:/|})(-.)"
> + _files "$@" -g "*.(#i)(${~formats//:/|})(-.)" || _files "$@"
_files already does this internally, configurable via the file-patterns
style. From zsh -f or in my full setup, this already works for me. This
same change might equally be applicable to every use of _files with -g
that we have.
You might want to instead check your file-patterns styles to see what
you've configured that broke this.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author