Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion Question
- X-seq: zsh-users 7953
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Sean Johnston <sean.johnston@xxxxxxxxxxx>
- Subject: Re: Completion Question
- Date: Tue, 31 Aug 2004 13:51:01 +0200
- Cc: "Zsh-users List (E-mail)" <zsh-users@xxxxxxxxxx>
- In-reply-to: <E03A29079728AA40BFB53A818DE02C3001199B36@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <E03A29079728AA40BFB53A818DE02C3001199B36@xxxxxxxxxxxxxxxxxxxx>
Sean Johnston wrote:
> % man zs_<tab>
>
> becomes
>
> % man zs _
>
> What I would like would be for this to offer me the various zsh... man pages
> for completion, but it seems to spot that there is an exact match for what
It should do that by default. You must have either the rec_exact option
or accept-exact style set. Try unsetopt rec_exact and if that doesn't
work, look to see if the style is set.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author