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

Re: matching control for completion (with PATCH)



I just noticed, that I made the patch before the last change. Below is 
a fix (this gave some problems with case-insensitive filename
completion).

Sorry.

Bye
 Sven


diff -c Src/Zle/zle_tricky.c ../Src/Zle/zle_tricky.c
*** Src/Zle/zle_tricky.c	Thu Aug 27 13:24:19 1998
--- ../Src/Zle/zle_tricky.c	Thu Aug 27 13:20:55 1998
***************
*** 2392,2397 ****
--- 2392,2398 ----
  	    cp = filecomp;
  	    cc = cp || ispattern;
  	    e = s + sl - fsl;
+ 	    mpl = fpl; msl = fsl;
  	} else {
  	    if ((cp = filecomp)) {
  		if ((test = domatch(s, filecomp, 0)))


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author