zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@math.gatech.edu
Subject: PATCH: fix for extended completion (was: Re: cdablevars and cd completion in 3.1.5)
Date: Thu, 3 Dec 1998 09:14:49 +0100 (MET)	[thread overview]
Message-ID: <199812030814.JAA13651@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: "Bart Schaefer"'s message of Tue, 1 Dec 1998 10:09:55 -0800


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


                 reply	other threads:[~1998-12-03  8:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199812030814.JAA13651@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).