From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2507 invoked from network); 14 Jan 2000 20:03:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Jan 2000 20:03:46 -0000 Received: (qmail 6033 invoked by alias); 14 Jan 2000 20:03:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9324 Received: (qmail 6026 invoked from network); 14 Jan 2000 20:03:39 -0000 To: zsh-workers@math.gatech.edu Subject: PATH: typo in _tar_archive X-Attribution: adl From: Alexandre Duret-Lutz Date: 14 Jan 2000 21:03:06 +0100 Message-ID: User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii *.tgz files didn't complete for tar. Index: Completion/User/_tar_archive --- Completion/User/_tar_archive Fri, 31 Dec 1999 13:32:44 +0100 Alexandre +++ Completion/User/_tar_archive Fri, 14 Jan 2000 20:55:09 +0100 Alexandre @@ -15,7 +15,7 @@ if [[ "$1" = *[tx]* ]]; then if [[ "$1" = *[zZ]* ]]; then - _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|.tgz)' + _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|tgz)' elif [[ "$1" = *I* ]]; then _files "$expl[@]" -g '*.(tar|TAR).bz2' else -- Alexandre Duret-Lutz