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

Re: Crash on tab completion



On Mon, Sep 5, 2016 at 1:27 PM, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
>
> I wonder if the answer to this particular question is as simple as the
> following?  This same test is used elswhere in lex.c.
>
> -    if ((lexflags & LEXFLAGS_ZLE))
> +    if ((lexflags & LEXFLAGS_ZLE) && !(inbufflags & INP_ALIAS))

This does stop the crash, at least under the conditions of the
original bug report.



Messages sorted by: Reverse Date, Date, Thread, Author