Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: no tab completion with equo
- X-seq: zsh-users 19094
- From: Clemens Schüller <cs.mlists+zsh-users@xxxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxx>
- Subject: Re: no tab completion with equo
- Date: Tue, 16 Sep 2014 18:22:42 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:message-id:in-reply-to:date:date:reply-to:references :subject:subject:from:from:received; s=mail20140220; t= 1410884563; bh=o+jOrno96QJzJJeLXKfBuwaAhP9SAzpZjTPHU8qlO78=; b=U 01AVivzcBPefahyoqNpEsWZO3EtBxCCKA/qINqsWHHMJ/nJjyHL18/0qLteraSPj Iod0D2obzHG2QOfWtJKSKFxb1Ex47eQOma7Lrk+Q7WD70STqOfKo82MT3xAsM0H4 GfNL3Ptth008yy3XF6MAyms96u8bgPDbaF+AwWBfKAhssHik5t5cXOrLS8MCXTdu 1iE/DzgpkJcwMukVDPwUXhcpvojksLByIOkE5UlxXxUTNw3tUqwN+n4UREE/EoDI FyN1PEziec5wX2hKn8l0fjJSxly4zNCO6vE/UtT+3d0XMO2T3xAHUEWPkvlONWG/ 9jzbNif1HXlT6kDk4RApGRbur3i9ruPbImI4lj5vw5t2KB9d6e9DJ57mJe+kkZX7 +maCxo2v+PYhAgXqXw3PtcsV9VeKUiQfVnCbFYeGIg+AhRJFu+hX7+ZUcnOKfemw OCW0RswS72bl6Gg89kiT3MDVC8SnmbRH4HK/oxZAcC9vSm5ciQUbv8faaHK7MWkw ZICvyYwgFpl71eiUCQC71eOr2oGJAga/FGbBTtNumTTxkX9VCoZAX1GTgtH6IgL6 Fyxu4TGkTOBirCwYp58AtnRzpDbbu3XtzbjEkdqFFvrBlD0ccD4cNLMBJXXUox8H boBowQ3ZUzsByRAg8e19NH26B4E2gbHtLG5zPBsA+c=
- In-reply-to: <1936860.7jLd61Eyrh@note> (Vadim A. Misbakh-Soloviov's message of "Tue, 16 Sep 2014 20:01:17 +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
- References: <87vboon44t.fsf@cougar.home.aneadesign.com> <1936860.7jLd61Eyrh@note>
- Reply-to: Clemens Schüller <cs.mlists@xxxxxxxxxxx>
Hello, Vadim!
First of all: Thanks for your reply :-)
"Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx> writes:
> В письме от Пн, 15 сентября 2014 20:13:38 пользователь Clemens Schüller
> написал:
>> case $state in
>> cmds)
>> cmds=( ${(f)"$(equo --help |tr "\t" ":" | grep "^:[^:-]" | sed
>> 's/^:\(\w*\).*:\+/\1:/')"} ) _describe -t commands 'equo command' cmds
>
> (there is no \t's anymore in equo output) ;)
When I completely cut out the tr part from the pipe, the error is the same.
Do you mean this or something else?
--
Best Regards, Clemens Schüller
Messages sorted by:
Reverse Date,
Date,
Thread,
Author