From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13117 invoked from network); 3 Dec 1998 08:18:34 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 3 Dec 1998 08:18:34 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id DAA12765; Thu, 3 Dec 1998 03:16:51 -0500 (EST) Resent-Date: Thu, 3 Dec 1998 03:16:51 -0500 (EST) Date: Thu, 3 Dec 1998 09:14:49 +0100 (MET) Message-Id: <199812030814.JAA13651@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@math.gatech.edu In-reply-to: "Bart Schaefer"'s message of Tue, 1 Dec 1998 10:09:55 -0800 Subject: PATCH: fix for extended completion (was: Re: cdablevars and cd completion in 3.1.5) Resent-Message-ID: <"_2MYj3.0.O73.pZaPs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4697 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi Having a look at the things mentioned in the mail with the above subject I found a little bug in zle_tricky.c. Bye Sven *** os/Zle/zle_tricky.c Thu Dec 3 09:10:34 1998 --- Src/Zle/zle_tricky.c Thu Dec 3 09:11:43 1998 *************** *** 3333,3339 **** break; case CCT_CURSUB: case CCT_CURSUBC: ! if (clwpos < 0 || clwpos > clwnum) t = 0; else { a = getcpat(clwords[clwpos], --- 3333,3339 ---- break; case CCT_CURSUB: case CCT_CURSUBC: ! if (clwpos < 0 || clwpos >= clwnum) t = 0; else { a = getcpat(clwords[clwpos], -- Sven Wischnowsky wischnow@informatik.hu-berlin.de