Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Latest 4.3.0-dev infinite-loops in Y0*.ztst
- X-seq: zsh-workers 21821
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Latest 4.3.0-dev infinite-loops in Y0*.ztst
- Date: Tue, 04 Oct 2005 04:14:56 +0000
- In-reply-to: <1051004033617.ZM24182@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1051004025021.ZM23329@xxxxxxxxxxxxxxxxxxxxxxx> <1051004033617.ZM24182@xxxxxxxxxxxxxxxxxxxxxxx>
On Oct 4, 3:36am, Bart Schaefer wrote:
}
} old OS simply doesn't have full multibyte support, and what I really
} need is for completion to work with --disable-multibyte.
That was a lot less difficult to track down than I expected.
Index: Src/Zle/complist.c
675c675
< while ((cc = *s)) {
---
> while ((cc = *s++)) {
Messages sorted by:
Reverse Date,
Date,
Thread,
Author