Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: File completion with **/ (with solution)
- X-seq: zsh-users 21954
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: File completion with **/ (with solution)
- Date: Tue, 20 Sep 2016 22:32:46 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=JfI5HEueHVDFQYqeGOL+hYlR0mdQtfowNibgxgnjITs=; b=13UTTzqAbD02StGfS12BMvv88A7Iwx8+WS/V/nipO6blbhlupQAvFg418vrTNCz2mJ J3i5jaIqQLRlycXLn86KW+I8zJFbaHWC65nTolvZuH4msBZOg7AGD3nzGZM3UjQA7BiO 9crOkIztbZ8cxbgAciG7wZ0xobq0aXNzWY0W20waeln4knv2ioeGKJN20ZaVILAXfzPb a6SVEYc9tSyWJmnMkA/p4R3EcBU1otg1URVIa6cJk1uN87ekF8K4a3OaEcgLR23HIJvP SGCUxEtROmfaRUr3b4ZYWZvTUbx3w+1tov3m+We8Aas2w1/BcgRKNC0ZSXqvT28xMwAH QaRg==
- In-reply-to: <160920175623.ZM32730@torch.brasslantern.com>
- 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: <160920175623.ZM32730@torch.brasslantern.com>
On Sep 20, 5:56pm, Bart Schaefer wrote:
}
} _glob_expand() { reply=( $~1* ) }
} zstyle :completion::user-expand:: user-expand _glob_expand
} zstyle :completion::user-expand:: tag-order expansions all-expansions
There's a typo above; should be
zstyle :completion::user-expand::: tag-order expansions all-expansions
I'm not sure why there are fewer colons in user-expand than in tag-order.
I think there's a similar typo in _user_expand looking up that style.
} zstyle ':completion:*' completer _expand _complete _match _user_expand
Messages sorted by:
Reverse Date,
Date,
Thread,
Author