Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: 3.1.6-(dev|pws)-13 _tar function
- X-seq: zsh-workers 9173
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: 3.1.6-(dev|pws)-13 _tar function
- Date: 31 Dec 1999 02:01:57 GMT
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- Reply-to: mason@xxxxxxxxxxxxxxx
Heyla,
bogus "}" from somewhere.
--- Completion/User/_tar.org Tue Dec 21 08:48:14 1999
+++ Completion/User/_tar Fri Dec 31 12:58:42 1999
@@ -50,7 +50,7 @@
# unless that option argument also contains a `C'.
tmp="$words[(I)--file=*]"
-tmpb="$words[(I)-*Cf*~--*]}"
+tmpb="$words[(I)-*Cf*~--*]"
if (( tmp )); then
tf=${~words[tmp][8,-1]}
--
Geoff Wing : <gcw@xxxxxxxxx> Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@xxxxxxxx> Ego URL : http://pobox.com/~gcw/
Zsh Stuff : <gcw@xxxxxxx> Phone : (Australia) 0413 431 874
Messages sorted by:
Reverse Date,
Date,
Thread,
Author