Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Incorrect use of "expl" ?
- X-seq: zsh-workers 40987
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Incorrect use of "expl" ?
- Date: Tue, 18 Apr 2017 14:39:29 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1492581331; bh=c+U0QS+GcOlCMMmc9YeaRMJ12HRCV/6ZE7npckP01z0=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=ULNOifHzGwcOYmykeDdlWFu2tTl2Vego8BNdCppihsVHZnVXSR4lkOTBpfv5Oo5klzPRmonrtSnWweLEepfPitIzCV2VaLtlTmi1DA6e27JQLuJJhxyP2qaGAQ97hozKKROHV8KoBc62U4nCFQM6Ft12yNDF9ZY2+MsZ2v+D7VMUk3D2o3y3u0LrTnI5+HfKHpcz+R19J/7CnIGpk2IdbSyF4Wqg5wWgdU0eIeEn1rjxBMNbKZPVSZ0Ba1NFfIOkHax4SJtx54rZybZxc4uWwXsQyJ9pB+EgeYkipsx34J1CPGbxwv3neJ6LsfH4LkxNpNF2xBylTZkZtG+yJD2FgA==
- In-reply-to: <170413092003.ZM11236@torch.brasslantern.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: <170409114724.ZM29567@torch.brasslantern.com> <34487.1492098269@hydra.kiddle.eu> <170413092003.ZM11236@torch.brasslantern.com>
On 13 Apr, Bart wrote:
>
> Two hunks like this:
>
> } - _wanted -V "unapplied patches" expl "patch" \
> } + _wanted -V unapplied-patches expl "patch" \
>
> But then:
>
> } - _wanted -V "applied patches" expl "patch" \
> } + _wanted -V applied-patch expl "patch" \
>
> Should that be "applied-patches" in the third hunk as well?
Yes, I'll correct that when committing. Thanks for picking up on that.
I initially took it to be the description with the quotes and two words
so corrected it to match conventions for a description. But it is the
tag and tag naming follows a different convention and I must have
forgotten to put the plural form back.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author