Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Re: aliases+=(foo 'echo bar') crash
On Wed, 23 Jul 2014 22:45:35 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> - pm->node.flags |= PM_UNSET;
> + pm->node.flags |= (PM_UNSET|PM_SPECIAL);
It's a bit surprising this hasn't caused mayhem before now, but I suppose
the damage is limited or non-existent until you try to set the
parameters, and mostly that just gives you a non-standard interface to
something that's usually done another way.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author