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 39714
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [BUG] _expand completer's all-expansions tag format style does not expand %o
- Date: Sun, 23 Oct 2016 09:34:13 -0700
- Cc: Alex George <xzeroknightx@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject:cc :mime-version; bh=9kmYzOETPvLp9PiaYsbsT4MFRi4wD9VlJHNNMO78TjU=; b=VMqxDW5DZ8lFcFWJD5OFuCrCUQbnNIh7cnC8ss3xi/e/rh4x7c7nAZsdDbu9l8BWAn lrVq93A84NoHk/JpWFYXlP22C7ua3WJYoxhDFc0bRKIs6JmwIUTn+0MFKeyVxPOUhUR2 sa+ZAm0UoMgzvgbyPOxn+FRhv9MCZ57AGwNwGTxJw/6I/HQjVDLsnCSZRC6lSg2hMe7A zL/2vR+211XGcFier1E8PX1NHBvVhE56R8pUqJQg66Csg6IrKmaAy2Cch1SlSooW1GX9 KF84whc41qB5dSgD9lk/nBauy6Xr3UnBfl8qxE4G8sxNQDgPB9vnvbFb0KBMTt9iJUjc iIhg==
- In-reply-to: <20161023102752.GA18933@fujitsu.shahaf.local2>
- 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> <20161023102752.GA18933@fujitsu.shahaf.local2>
On Oct 23, 10:27am, Daniel Shahaf wrote:
}
} 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.
True, but that happens in other completers without being special-cased
this way, and unless doing menu-selection or a listing the duplicate
is eliminated anyway. If one has a tag-order style that selects only
one of the two groups and the match is not in both, it may be lost.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author