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

Re: 5.0.9 eventually...?



2015/08/09 09:24, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:

> } } Has anything been done about the bug reported in 35852?
> } 
> } No, nothing has been done about that.  It is indeed new in 5.0.8
> 
> That was supposed to say "5.0.8-dev-1".

35852 ? Do you mean this?

Subject: Completion bug after assignment,unset
>    zsh -f
>    autoload compinit && compinit
>    RPS2=$PS2; unset PS2 ; setopt <TAB>
> 
> completes files rather than options.

In my case it completes commands (not files), while
% a=b; setopt <TAB>
completes files.

Anyway, this problem seems to be much older.
git-bisect indicates that it has started with the following commit:

commit 568e0db7a964feefa45061967d0c7079a0e59c1e
Author: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Date:   Fri Aug 2 18:58:35 2013 +0100

    31611: attempt to fix crash completing redirection in do loop


I can't understand how get_comp_string() works, of course...



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