Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: matching control for completion (with PATCH)
- X-seq: zsh-workers 4368
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: matching control for completion (with PATCH)
- Date: Thu, 27 Aug 1998 13:26:50 +0200 (MET DST)
- In-reply-to: Sven Wischnowsky's message of Wed, 26 Aug 1998 15:59:25 +0200 (MET DST)
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