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

Re: cosmetic completion problem



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