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

Re: BUG: Zsh crashes



Peter Stephenson wrote on Sat, Jan 14, 2017 at 22:10:52 +0000:
> On Sat, 14 Jan 2017 20:36:24 +0000
> Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
> > Removing the "=" after flowgraph stops it ("it" includes any reports of
> > errors in mem.c, of course).  So this points at something to do with how
> > _values handles values.
> 
> Can someone else see if this helps?

I can reproduce errors without the patch but not with it, using

_f() {
  .. the completer you posted ..
}
compdef _f f
f <TAB><TAB><TAB><TAB>

I applied the patch to 33799ae2b00c; the changes after that don't appear
to be relevant.



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