Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Compctl



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