Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in { completion's comma removal
- X-seq: zsh-workers 22125
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug in { completion's comma removal
- Date: Fri, 6 Jan 2006 10:00:19 -0800
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I haven't tried to trace this down yet, but I noticed a bug in recent
multibyte-enabled zsh versions (including CVS):
% touch foo faa
% ls f{oo,a<TAB> # pressing TAB results in:
% ls f{oo,aa,_ # (note: _ is the cursor) OK so far...
% ls f{oo,aa,}_ # typing } does not remove the comma
This bug does not appear in the latest code if I build it without
MULTIBYTE_SUPPORT enabled.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author