Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bad math expression error inside _pick_variant when running insert-all-matches for ls
- X-seq: zsh-workers 47406
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: lilydjwg <lilydjwg@xxxxxxxxx>
- Subject: Re: bad math expression error inside _pick_variant when running insert-all-matches for ls
- Date: Mon, 28 Sep 2020 18:30:38 +0200
- Archived-at: <https://zsh.org/workers/47406>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-09/CAHYJk3RAzZFJrtvj1HsAADgVyxAuCwyFFDRzn-vNeShdiexB-w%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-io1-f44.google.com) smtp.remote-ip=209.85.166.44; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+QL9hNIyl/5rf+c3bBkqyMKx96chn/RewY9uVrcqCjQ=; b=eAITCXgvcuAEs6/vV0EfbImuX29RTC3v1s5n/lkCQgzJ1HWEK/IGqvT74NbCHpjM27 LoTWBSraJkjuTJh2h/u0sNJosmPzYCZ6g2714rxbOEZetbzj6fTOwgD9fyJTu73f0HWx Tpvblq2aJ7LweLOwGj9Ss+BGdNDNnRnpVimwkxLUFLXTVmbzupFvjA2sHJP4dkXsCZQz 0dint2AgNBjrjd5754UsB3om16GoAP97Fq4/t1es92DJh0DfS64mBu75ZsWjyx+hTr3f fb9RyKahqeDU11hnxjgMLVHPlSgzCfzDf0MQUW5bK8lahB8U+Szki7BzzDLE42+/7atg i1Ew==
- In-reply-to: <20200928153930.GA2332142@lilyforest.localdomain>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <20200928153930.GA2332142@lilyforest.localdomain>
- Sender: zsh-workers-request@xxxxxxx
On 9/28/20, lilydjwg <lilydjwg@xxxxxxxxx> wrote:
> bindkey '^Xi' insert-all-matches
>
> And then type:
>
> ls ^Xi
>
> There is an error message:
>
> _pick_variant:19: bad math expression: operand expected at `|| 0 ) '
>
> I'm using zsh 5.8 on Arch Linux.
You should either complain to the person who wrote insert-all-matches,
or provide the code here, otherwise nobody has any chance to guess
what's wrong.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author