From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17335 invoked by alias); 23 Oct 2016 10:29:54 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39711 Received: (qmail 6373 invoked from network); 23 Oct 2016 10:29:54 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.25):SA:0(0.0/5.0):. Processed in 0.589368 secs); 23 Oct 2016 10:29:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) 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= X-Sasl-enc: uXEyaUB+6kyRIfde2k44U0QFzlAhQG3ylG8BVYbcaCpx 1477218586 Date: Sun, 23 Oct 2016 10:27:52 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Cc: Alex George Subject: Re: [BUG] _expand completer's all-expansions tag format style does not expand %o Message-ID: <20161023102752.GA18933@fujitsu.shahaf.local2> References: <161022214628.ZM7665@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <161022214628.ZM7665@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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.