Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _fc: prevent empty argument removal when expanding $history
- X-seq: zsh-workers 35541
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Eric Cook <llua@xxxxxxx>
- Subject: Re: [PATCH] _fc: prevent empty argument removal when expanding $history
- Date: Sat, 20 Jun 2015 07:11:16 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sMxmsmjaGsa8Oc7/NhDSJjZvnfO+fu6+gUiU4YuNeqo=; b=oiiQ0xBGL21hlH2LNtfrwHR4TKDMtfGiAyBQXRFOxZ+mqZeRzcgJPYoHyqaguBMyeP hgSqQFd1XKHifMTODrGq48m2me2TSNOPmVHWagmZNRpOo678/875dm6HepexKKrD2uuR xV6vNxVYguSqxeS1ED3mSFjZm4Zibegy5o2FMxNPykB/POT2/HC+2naAExWaTgWUeNVS bK04aMOyew6g1UTGoz49HC1MUZZxy+Q3fG+LF372uxK/wsl/4ZQCVAdad1eGuaoyJhN0 UkjiROxMfLIw3W6CBeEv/Zr87wXr4PtCYnyqCQpYSdr6vgFR56dY8Rs6UQNRrAFSjY2B 6hHg==
- In-reply-to: <1434723804-22189-1-git-send-email-llua@gmx.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1434723804-22189-1-git-send-email-llua@gmx.com>
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