From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21769 invoked from network); 11 Oct 1999 11:33:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Oct 1999 11:33:46 -0000 Received: (qmail 24579 invoked by alias); 11 Oct 1999 11:32:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8204 Received: (qmail 24571 invoked from network); 11 Oct 1999 11:32:32 -0000 Date: Mon, 11 Oct 1999 13:31:55 +0200 (MET DST) Message-Id: <199910111131.NAA03254@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: small fix _yodl Looking at Peters Zsh guide revealed a thinko in `_yodl'. Bye Sven diff -u oldcompletion/User/_yodl Completion/User/_yodl --- oldcompletion/User/_yodl Mon Oct 11 13:30:25 1999 +++ Completion/User/_yodl Mon Oct 11 13:30:29 1999 @@ -11,4 +11,4 @@ '-v[enable verbose mode]' \ '-w[enable warnings]' \ '-h[show usage information]' \ - '*:YODL input file:_files -g \*.\(\#i\)yodl' + '*:YODL input file:_files -g \*.\(\#i\)yo\(\|dl\)' -- Sven Wischnowsky wischnow@informatik.hu-berlin.de