Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_approximate doesn't work
- X-seq: zsh-users 12606
- From: Anthony Charles <antho.charles@xxxxxxxxx>
- To: zsh-users ml <zsh-users@xxxxxxxxxx>
- Subject: _approximate doesn't work
- Date: Sun, 17 Feb 2008 02:18:33 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; bh=bF1fK6anRjSrxpBwKso1O2d6OU79KkVbvx10T5xQMXk=; b=uTIsvagg8ryA/hMRwnIhDvD/uYyvSmtZ/mrOjk4Hz83wjMBIGPQMncuYjl20SMIEvGNhid9pRvHY3uF0jA1CE3vnT9GoWgeHMj7R6G8N48rRFBYmTCayEOlGipeBiQ/wCT5nXKx7rvUb3vTLrBEE1+3d6DYZJZKfCe0Vw5bq0T4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=DGzaYEprLs230mesHgWn9axtiBBjb4fH9C8TYEWZdNFZyq35CaVsXSfk74qtmEuCpqJ8O6iTkTE/ZhAoi9VsFuUeJq+FhoO4ceOhDzCjvam7H+sclfrcb9ocQJ3LwwyGTsHLSPx+nk5pZ4PPGJochyjeXW3+JkgoPbvEh/ZzCW4=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
it seems there is a problem with _approximate:
with 4.3.4
baha@Saito% zsh -f
Saito% echo $ZSH_VERSION
4.3.4
Saito% autoload -U compinit;compinit
Saito% zstyle ':completion:*' completer _complete _approximate
Saito% apt_g<tab>
and that gives me apt-get but with 4.3.5, the line doesn't change at
all (as if I didn't press the tab key).
I don't see anything in the Changelog about that, is this a bug?
I tried to change max-errors, but it seems that it is not related.
--
Anthony CHARLES
Messages sorted by:
Reverse Date,
Date,
Thread,
Author