Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion for gzcat does not descend directories
- X-seq: zsh-workers 12127
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Completion for gzcat does not descend directories
- Date: Fri, 30 Jun 2000 13:36:41 +0200 (MET DST)
- In-reply-to: "Andrej Borsenkow"'s message of Fri, 30 Jun 2000 15:06:57 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
> As in subject. ^Xh lists all three standard tags, but if any *.gz file
> is foundm directories are not listed.
>
> I'd expect it to suggest both files and directories.
You should tell it, then. From the docs:
zstyle ':completion:*:gzcat:*' file-patterns \
'%p:globbed-files *(-/):directories' '*:all-files'
Or use _next_tags.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author