Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
destructive list-expand
- X-seq: zsh-workers 14342
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: destructive list-expand
- Date: Mon, 14 May 2001 22:30:00 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
If I type a command such as
echo ${(M)${(f)"$(<listofthings)"}:#*subthing*}
Then invoke list-expand, the appropriate expansion will be displayed,
and the command line will change to
echo ${(M)${(f)$(<listofthings)}:#*subthing*}
That is, the double quotes disappear, and I become very perplexed
and aggravated until I notice this.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author