Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: 3.1.6-(dev|pws)-13 _tar function



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