Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Tab completion of multiple files using curly braces
- X-seq: zsh-users 13871
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Tab completion of multiple files using curly braces
- Date: Fri, 20 Feb 2009 20:10:00 +0300
- Cc: Allan Caffee <allan.caffee@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Vq85/VY34FKFrIThdXVM0VMBp8M1UEcrk7y5VS6L5fA=; b=KFnu4QaUxht7VS/lPYJmFbn9KQqlV4I1Po/3AEuRJq2tuUQCG15wmVJ+rCkyD0nP/t n73kyythuGk1OwCFyrtYhIYuX+AxwCBiCP/jmMtQv8KEvkFI7wZLqt4A2UJ6SaSJtSFl cMYxQW7ASRfNZdrxkT8Uvg+Z9eQRBW4421ZGU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=x0vExdNrxBOabr7fWkTdG4vEKkI7nNIjz69siFO9/BKF+SpQF9aJB4fN+2yM+UBmIO ZWgUx734Oq1LPLK6EEvAWc/Rftnx/spyv34Dh/dJmvy5v1AA4xSF7vh/DJMmestshgKL YEuPe6gqmXbrPwyX+djGMoR0d4r+PyccENtmE=
- In-reply-to: <b2e43f8f0902200614l6cce1febh784827765976ba62@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <b2e43f8f0902200614l6cce1febh784827765976ba62@xxxxxxxxxxxxxx>
On 20 of February 2009 17:14:52 Allan Caffee wrote:
> With my current setup tab completion of a word with curly braces in
> it (e.g. foo{bar,biz}) Zsh expands it. For example:
>
> % diff ./{old,new}/obnoxiously_long_f<TAB>
>
> % diff ./old/obnoxiously_long_f ./new/obnoxiously_long_f
>
Hmm ... with my setup it does not complete anything at all.
Could you show "zstyle -L"?
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author