From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16192 invoked from network); 21 Jan 2000 10:36:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jan 2000 10:36:41 -0000 Received: (qmail 3189 invoked by alias); 21 Jan 2000 10:36:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9399 Received: (qmail 3181 invoked from network); 21 Jan 2000 10:36:28 -0000 Date: Fri, 21 Jan 2000 11:36:27 +0100 (MET) Message-Id: <200001211036.LAA02914@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Fri, 21 Jan 2000 10:52:58 +0100 (MET) Subject: Re: PATCH: zfinit Typo. Bye Sven diff -ru ../z.old/Functions/Zftp/zfinit Functions/Zftp/zfinit --- ../z.old/Functions/Zftp/zfinit Fri Jan 21 10:53:39 2000 +++ Functions/Zftp/zfinit Fri Jan 21 11:35:21 2000 @@ -31,7 +31,7 @@ # zftp completions: only use these if new-style completion is not # active. # -if [[ ${#_patcomps} -eq 0 || -z ${_patcomps[(i)zf*]} ]]; then +if [[ ${#_patcomps} -eq 0 || -z ${_patcomps[(r)zf*]} ]]; then # only way of getting that noglob out of the way: this is unnecessary with # widget-based completion setopt completealiases -- Sven Wischnowsky wischnow@informatik.hu-berlin.de