Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compctl
- X-seq: zsh-workers 3507
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Compctl
- Date: Thu, 18 Sep 97 08:15 MET DST
- In-reply-to: Sven Wischnowsky's message of Wed, 17 Sep 97 16:00 MET DST
Oops, the patch I sent containd some old conditioned out code, the
patch below removes that (it's a problem to have some patch lingering
around and adapting it to serveral version when having not too much
time, the patch in question for example was first implemented for
version 2.5.something - so it may need some bumming).
Bye
Sven
*** Src/Zle/zle_tricky.c.old Thu Sep 18 08:10:46 1997
--- Src/Zle/zle_tricky.c Thu Sep 18 08:11:19 1997
***************
*** 3448,3459 ****
shortl = strlen(pjoined);
apl = ppl; asl = psl;
}
- #if 0
- if (apl)
- apl--;
- if (asl)
- asl--;
- #endif
/* Make an array from the list of matches. */
makearray(matches);
PERMALLOC {
--- 3448,3453 ----
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author