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

Re: [PATCH] _fc: prevent empty argument removal when expanding $history



On Fri, Jun 19, 2015 at 4:23 PM, Eric Cook <llua@xxxxxxx> wrote:
> A few(thousand) errors flood my screen when completing history -<tab>
>
> _fc:79: division by zero
> _fc:79: bad math expression: operator expected at `0 signal.h'
> _fc:79: lvalue required
> _fc:79: bad math expression: operator expected at `$$'
> _fc:79: bad math expression: operator expected at `14346'
> _fc:79: bad math expression: operator expected at `zshbuiltin...'
> _fc:79: bad math expression: illegal character: '
> _fc:79: bad math expression: operand expected at `)'
> _fc:79: ')' expected
>
> Due to my HISTFILE having this entry:
> : 1431102567:0;
>
> (i don't know why it is there either)

Looks like Oliver fixed this in passing in 35527.

-- 
Mikael Magnusson



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