Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: cd completion does not work in CVS version (unsafe word splitting in _alternative).
- X-seq: zsh-workers 9146
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: cd completion does not work in CVS version (unsafe word splitting in _alternative).
- Date: Thu, 23 Dec 1999 18:57:16 +0300
- Importance: Normal
- In-reply-to: <001b01bf4d56$278c3710$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> ${(e)action[1]} "$subopts[@]" "$expl[@]" "${(@e)~action[2,-1]}"
Sorry, this was already edited (but does not work for the same reason). The
correct is, 'course,
${(e)action[1]} "$subopts[@]" "$expl[@]" ${(e)~action[2,-1]}
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author