Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Twitter Daily ZSH Tip
- X-seq: zsh-users 18069
 
- From: Eric De Mund <ead@xxxxxxxxx>
 
- To: zsh-users@xxxxxxx
 
- Subject: Re: Twitter Daily ZSH Tip
 
- Date: Mon, 28 Oct 2013 10:34:59 -0700
 
- List-help: <mailto:zsh-users-help@zsh.org>
 
- List-id: Zsh Users List <zsh-users.zsh.org>
 
- List-post: <mailto:zsh-users@zsh.org>
 
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
 
- Reply-to: Eric De Mund <ead@xxxxxxxxx>
 
zzapper,
On 19 October 2013 15:39, zzapper <david@xxxxxxxxxxxxxx> wrote:
> Noticing that a previous ZSH Daily Tip Twitter feed had ceased in 2010
> I have started a new one
>
> https://twitter.com/dailyzshtip
>
> I hope it will help popularize our favorite shell.
>
> It will feature day-to-day practical stuff such as
>
> vi *(.om[$1])   # vim newest file
>
> Any tips, advice or retweeting welcome!
Problem here:
    % vi *(.om[$1])         
    zsh: bad math expression: operand expected at `'
    % 
Please advise. My environment is:
    % echo $ZSH_VERSION     
    4.3.17                  # this host is debian 7.2 (debian stable)
    % setopt | sort | column
    allexport               interactive             nobgnice
    autocd                  interactivecomments     nohup
    correctall              longlistjobs            nonomatch
    extendedglob            markdirs                pathdirs
    globdots                menucomplete            pushdsilent
    histignoredups          noautolist              shinstdin
    ignoreeof               nobeep
    % 
Regards,
Eric
--
Eric De Mund
ead@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author