Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
commas in brace expansion unescape on second completion
- X-seq: zsh-workers 22879
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: commas in brace expansion unescape on second completion
- Date: Tue, 17 Oct 2006 17:50:44 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mQ1Ino9UBTRNwkQJ403VCa19KesYHE/epWgCMeBvp0Iz6pEThLKovlelkUf+bOtPRMi6326rELs52RXE+dTuvwWuwRbL6dLUYFFQVAG+C5tJmq6w62E7eae4HeQAEiAEUmypxW1GFL654kez4Kvzp9l0wzMEO8x+5+TfpSCp9zQ=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
% zsh -f
% touch abc,def ab1234
% ls a<tab> -> ab => ab{c<tab> -> ab{c\,def, => ab{c\,def,1<tab> ->
ab{c,def,1234, => ab{c,def,1234}<enter>
ls: cannot access abc: No such file or directory
ls: cannot access abdef: No such file or directory
ab1234
Why is the \ removed from the comma when pressing tab at the 1?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author