From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10777 invoked from network); 2 Jul 1999 13:07:30 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Jul 1999 13:07:30 -0000 Received: (qmail 15461 invoked by alias); 2 Jul 1999 13:07:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6947 Received: (qmail 15454 invoked from network); 2 Jul 1999 13:07:21 -0000 Date: Fri, 2 Jul 1999 15:07:20 +0200 (MET DST) Message-Id: <199907021307.PAA16706@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Fri, 2 Jul 1999 11:48:58 +0200 (MET DST) Subject: Re: PATCH: completion for hosts and character classes I wrote: > - > +set -x Ahem. Bye Sven diff -u oc/Core/_expand Completion/Core/_expand --- oc/Core/_expand Fri Jul 2 15:06:51 1999 +++ Completion/Core/_expand Fri Jul 2 15:06:55 1999 @@ -57,7 +57,7 @@ # `%o' in this string will be replaced by the original string. local exp word="$PREFIX$SUFFIX" group=-V -set -x + # Do this only for the first global matcher. [[ "$compstate[matcher]" -le 1 ]] || return 1 -- Sven Wischnowsky wischnow@informatik.hu-berlin.de