Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_expand doesn't do brace expansion?
- X-seq: zsh-workers 11918
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: _expand doesn't do brace expansion?
- Date: Thu, 15 Jun 2000 09:09:49 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This is with all the latest patches (up to 11910):
zagzig[35] ls Functions/{Misc,Prompts}<TAB>
Completing `file' or `corrections'(BEEP)
zagzig[35] ls Functions/{Misc,Prompts}<C-x e>
(BEEP)
zagzig[35] ls Functions/{Misc,Prompts}<M-x expand-or-complete RET>
zagzig[35] ls Functions/Misc Functions/Prompts
The test on line 85 is making it bail out early, but even with that test
removed it doesn't expand the braces.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author