Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _approximate without expansion
- X-seq: zsh-users 10873
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxxxxx>
- Subject: Re: _approximate without expansion
- Date: Sat, 14 Oct 2006 14:19:51 -0700
- In-reply-to: <20061014170413.GA4841@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20061014170413.GA4841@xxxxxxxxxxxxxxxx>
On Oct 14, 1:04pm, John Eikenberry wrote:
}
} With my current setup if I start with the correct partial string and
} hit tab, it completes up to the point of ambiguity, pauses and if I
} hit tab again it brings up a menu. But when I typo and _approximate
} gets run it fixes the typo and completes the first of the possible
} completions.
zstyle ':completion::approximate*:*' insert-unambiguous yes
Note that you need "approximate*" because the actual context is
":completion::approximate-N:::" where N is the number of corrections.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author