From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2761 invoked from network); 8 Feb 2000 13:11:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Feb 2000 13:11:39 -0000 Received: (qmail 18996 invoked by alias); 8 Feb 2000 13:11:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9619 Received: (qmail 18988 invoked from network); 8 Feb 2000 13:11:30 -0000 Date: Tue, 8 Feb 2000 14:11:26 +0100 (MET) Message-Id: <200002081311.OAA00653@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: completion for texi* How *could* we have forgotten these... Bye Sven diff -ru ../z.old/Completion/User/_texi Completion/User/_texi --- ../z.old/Completion/User/_texi Tue Feb 8 14:08:52 2000 +++ Completion/User/_texi Tue Feb 8 14:10:35 2000 @@ -0,0 +1,6 @@ +#compdef -P (texi(2*|ndex)) + +local expl + +_description files expl 'texinfo file' +_files "$expl[@]" -g '*.(texinfo|texi)' -- Sven Wischnowsky wischnow@informatik.hu-berlin.de