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

Re: Latest 4.3.0-dev infinite-loops in Y0*.ztst



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