Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ignored-patterns giving correction a go
- X-seq: zsh-workers 10158
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: ignored-patterns giving correction a go
- Date: Thu, 16 Mar 2000 19:03:01 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I added the following to by .zshrc after seeing it in Peter's Zsh Guide
as an example:
zstyle ':completion:*:functions' ignored-patterns '_*'
This is often very useful because I don't get functions beginning with
underscores until I've actually typed the underscore. The trouble is
that the correction completer gets to have a go before completion is
tried without the ignored-patterns so for e.g which _co<tab> offers me
corrections such as co. Is there any way around this?
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author