Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion match ordering
- X-seq: zsh-workers 44276
- From: dana <dana@xxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: PATCH: completion match ordering
- Date: Mon, 6 May 2019 19:10:30 -0500
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=kSFTtd0d0oieRvtUDRzFdTDxqMuTVqneuRg8xUVO20Y=; b=VQuwH3OzJZxjEM07oisWJVbyqa2RyzFlmaixAiyu90eqrQ27cTHum2Aziu2aRAmXw8 VH44lf6y1mQiAXJlKLMghyzyntnm+NMaLQdgZOsu3zGiiv8jkzLCjZjKxf+/7sBT/sEC pc9RlJde2ai/jhzCpapTxMdDNb42vY1YYmUbkCq7TpB/qOoEXpcfm1+KSGEw8iKT26rB MoFSHZ6AvtPRIGcNX0Fhrt3AEYA83ylX7JvlPx0l2G7gdSTbVz/4LHUHoGYLFP6lYLnD QSi1eyf384LJts51DABRQBIjGDYwVf9wDGs2cSvIL3t54wcNuN8ctCP28x77d4WuF7os ffXA==
- In-reply-to: <93343-1557177371.866119@fZLB.yW79.IWgX>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <75B26F45-E6E6-44BB-80A4-7301CBE480FE@dana.is> <88812-1541586959.338018@YaNA.ZOZt.NKaA> <76839-1543195550.251964@c6AU.RX4q.p78d> <93343-1557177371.866119@fZLB.yW79.IWgX>
On 6 May 2019, at 16:16, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> I finally got around to finishing off the changes to the options for completion
> match ordering via compadd -o. Thanks to dana for reminding me about this.
Thank you!
Your matchcmp() update removes SORTIT_IGNORING_BACKSLASHES entirely — is that
deliberate in light of my changes? It should always make sense to skip
back-slashes in completion matches unless `compadd -Q` is used to bypass
escaping, shouldn't it? Or do i misunderstand?
(If it is deliberate, the test i added — which causes a conflict with this
patch, btw — will fail until some replacement is devised)
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author