From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12088 invoked from network); 2 Feb 2000 10:22:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Feb 2000 10:22:49 -0000 Received: (qmail 25548 invoked by alias); 2 Feb 2000 10:22:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9528 Received: (qmail 25537 invoked from network); 2 Feb 2000 10:22:42 -0000 Date: Wed, 2 Feb 2000 11:22:40 +0100 (MET) Message-Id: <200002021022.LAA10865@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: buglet in _files Missing initialisation for `ign' (holding a `-F ...' if _files builds it). Bye Sven diff -ru ../z.old/Completion/Core/_files Completion/Core/_files --- ../z.old/Completion/Core/_files Wed Feb 2 10:48:51 2000 +++ Completion/Core/_files Wed Feb 2 11:21:11 2000 @@ -8,6 +8,7 @@ gopts=() dopts=(-/) aopts=(-f) +ign=() while getopts "P:S:qr:R:W:F:J:V:X:f/g:M:12n" opt; do case "$opt" in /) type="${type}dir" ;; -- Sven Wischnowsky wischnow@informatik.hu-berlin.de