Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
unzip and _path_files interaction
- X-seq: zsh-workers 17243
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: unzip and _path_files interaction
- Date: Tue, 28 May 2002 09:12:49 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Same error as with the previous _cvs problem. To reproduce:
mkdir /tmp/uztest
cd /tmp/uztest
touch zip.zip
unzip <TAB>
Seems that the (z) in "${(@z)${(@M)tmp1:#-g*}#-g}" is turning
(#i)*.(zip|[jw]ar) into ( #i ) *.(zip|[jw]ar)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author