Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cosmetic completion problem
- X-seq: zsh-workers 21859
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: cosmetic completion problem
- Date: Mon, 10 Oct 2005 14:06:36 +0000
- In-reply-to: <EXCHANGE03O6AprLfKY00003f28@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20051006205811.GA29634@xxxxxxxxxxx> <20051008073254.GB81@DervishD> <20051008214058.GA16720@xxxxxxxxxxx> <1051009025449.ZM6480@xxxxxxxxxxxxxxxxxxxxxxx> <EXCHANGE03O6AprLfKY00003f28@xxxxxxxxxxxxxxxxxx>
On Oct 10, 10:37am, Peter Stephenson wrote:
}
} What might be more interesting is that I changed
}
} if (++col == columns) {
} into
} if (col >= columns) {
}
} which might well have introduced a subtle bug.
No, that's another red herring. The non-unicode branch still has the
original ++col and I get the crash with --disable-multibyte. I think
the real bug happens somewhere outside this function, before execution
even gets this far.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author