From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21912 invoked from network); 10 Feb 2000 12:03:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Feb 2000 12:03:51 -0000 Received: (qmail 16173 invoked by alias); 10 Feb 2000 12:03:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9650 Received: (qmail 16164 invoked from network); 10 Feb 2000 12:03:44 -0000 Date: Thu, 10 Feb 2000 13:03:42 +0100 (MET) Message-Id: <200002101203.NAA22716@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: _g(|un)zip Just had to look at a *.tgz file... Bye Sven diff -ru ../z.old/Completion/User/_gunzip Completion/User/_gunzip --- ../z.old/Completion/User/_gunzip Thu Feb 10 12:55:15 2000 +++ Completion/User/_gunzip Thu Feb 10 13:01:37 2000 @@ -3,4 +3,4 @@ local expl _description files expl 'compressed file' -_files "$expl[@]" -g '*.[gG][z]' +_files "$expl[@]" -g '*.([tT]|)[gG][z]' diff -ru ../z.old/Completion/User/_gzip Completion/User/_gzip --- ../z.old/Completion/User/_gzip Thu Feb 10 12:55:15 2000 +++ Completion/User/_gzip Thu Feb 10 13:01:26 2000 @@ -3,4 +3,4 @@ local expl _description files expl 'file to compress' -_files "$expl[@]" -g '*~*.[gG][zZ]' +_files "$expl[@]" -g '*~*.([tT]|)[gG][zZ]' -- Sven Wischnowsky wischnow@informatik.hu-berlin.de