Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Regression in braces completion
- X-seq: zsh-workers 25851
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxxxxx>
- Subject: Regression in braces completion
- Date: Sat, 11 Oct 2008 22:32:47 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=fSmuq0OyIPkrrNPjWkQ6M0kC41GPncpa7rF9flPYVkE=; b=qlohOkfIuOLClBPlGykQUmoD27OYGYBO8TQD0aZui7XI9jMwRORAYzbRn5MMBxHn1i M5eDqbYp57KzLEc7QjpEx3jsLnk3F3KyC9GVpKKox6hMYmQBoyzmlVj5VO9kRcDUKV9s cj2CBAPEusO2mkDSP1Ze/MZmpSJBH60W/BR0o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=oetrHEu5A8j94YSaAGbGuhh7NAwg394Gbho4Yj5kbnC/AQoUvcfCCuEQrnMxbiiTxY 3QSmllUB7rSpwxw0s/bGNJAfORIQlJGWYZ9EHq5VkyWln6aHcKSPFceDgJyl3IYvHnDo GTHehkBhIm3W02JZ9Xt6A8E8YSWLMMj8Qq1CQ=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
I just noticed a problem with completion using braces that has
apparently been around since at least June. Here's the recipe to
reproduce:
zsh -f
$ touch abcdef abcdefg abcghi
$ ls abc{d<TAB> ==>
$ ls abc{def
as it should.
autoload -U compinit
compinit
$ ls abc{d<TAB> ==>
$ ls abcdef{
which is not correct.
This is under cygwin on windows. I can reproduce this problem with a
zsh built on 2008-06-17, but a zsh built on 2008-01-02 does not
exhibit this problem.
Let me know if you need any more info to reproduce this problem.
- Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author