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

Re: BUG: $_ empty on null function call



On Mon, 9 Feb 2015 03:38:58 -0800
Micah Waddoups <micah@xxxxxxxxxxxx> wrote:
>    I am still a beginner in developing, or I would tackle this issue 
> directly myself.  The misbehavior is when the command list has a null 
> function with parameters, the last-command-last-parameter ($_) built-in 
> variable goes blank.

Yes, that's obviously an oversight internally.  $_ simply isn't handled
on this path.

Somebody will get around to it eventually, I imagine...

pws



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