Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh completion question
- X-seq: zsh-users 15541
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Zsh completion question
- Date: Fri, 12 Nov 2010 10:49:12 -0800
- In-reply-to: <AANLkTik9ZjkT7brVqS1wa6=yxS1vtkO2JTEncVothnYy@xxxxxxxxxxxxxx>Comments: In reply to Matias Graña <matias.alejo@xxxxxxxxx> "Re: Zsh completion question" (Nov 12, 3:31pm)
- 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: <AANLkTimDtWUM2-4QK387PRQGh-NaV8K1uHGv_8ocbdtp@xxxxxxxxxxxxxx> <alpine.LNX.2.01.1011121151040.3583@hp> <AANLkTik9ZjkT7brVqS1wa6=yxS1vtkO2JTEncVothnYy@xxxxxxxxxxxxxx>
On Nov 12, 3:31pm, Matias Graña wrote:
}
} I get the same behaviour. I don't set
} zstyle ':completion:*' accept-exact true
} anywhere I'm aware of. In fact, zstyle -L ':completion:*' does not
} show this setting. And, when I set it to false, behaviour changes, so
} it was this option indeed.
Check the output of
(setopt kshoptionprint; setopt | grep recexact)
The REC_EXACT option determines the default state of the accept-exact
style.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author