Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] _expand completer's all-expansions tag format style does not expand %o
- X-seq: zsh-workers 39711
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [BUG] _expand completer's all-expansions tag format style does not expand %o
- Date: Sun, 23 Oct 2016 10:27:52 +0000
- Cc: Alex George <xzeroknightx@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=jq930PQPdTL4gliNBPXJ/8faw1g=; b=WUVjy+ Gcg6qM9E9vjgSfj7N3I45ICIcZSwjQ/I1GItAYy14sIIYjL5UkQKc0a8jkkFdCtq W8thvDcl0aapuWhTFEXUQ92r7aYM+S8Sb5E6y6wIpGCkQz2ohpsUQC+trIHylS30 If+Vc+9c9idm9uHINwQhyodAoLtOrWEhL0wE0=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=jq930PQPdTL4gliNBPXJ/8faw1g=; b=UDvLk WvKa79siD1rqqLatJK20F/25jqH4nUkEsrk8B/2vVpwV34Y5pbphXfCxZWEkYYOq PdJ0Yv0wGhXiAQdBO9hszVcTyXl6IeyaZdra054JZz40M6Ow4vwuCxkf0uVvCfdu CcGsw6ygqfLq72hH3lcwcRNPK8x0gv7ve/Ccm8=
- In-reply-to: <161022214628.ZM7665@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: <CANKG6XqAmBFKHbmWjCGyNyXhU129p7eHLaF0oV9Ebk-a7=tmjw@mail.gmail.com> <161022214628.ZM7665@torch.brasslantern.com>
Bart Schaefer wrote on Sat, Oct 22, 2016 at 21:46:28 -0700:
> As mentioned in users/21955, I don't understand why a single match was
> being excluded from the expansions tag but included in all-expansions?
To avoid redundancy? When there's one match, without that condition
the [expansions] and [all-expansions] group would have exactly the same
matches.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author