zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: fix for extended completion (was: Re: cdablevars and cd completion in 3.1.5)
@ 1998-12-03  8:14 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 1998-12-03  8:14 UTC (permalink / raw)
  To: zsh-workers


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-12-03  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-03  8:14 PATCH: fix for extended completion (was: Re: cdablevars and cd completion in 3.1.5) Sven Wischnowsky

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).