Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#486785: tab completion broken
- X-seq: zsh-workers 25224
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#486785: tab completion broken
- Date: Thu, 19 Jun 2008 21:15:39 +0000
- Cc: Yves-Alexis Perez <corsac@xxxxxxxxxx>, 486785@xxxxxxxxxxxxxxx, martin f krafft <madduck@xxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Yves-Alexis Perez <corsac@xxxxxxxxxx>, 486785@xxxxxxxxxxxxxxx, martin f krafft <madduck@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Using only the following zshrc, ls /tmp/.X2<tab> results in the entire
argument being elided (/tmp/.X* exists but /tmp/.X2* does not).
--8<--zshrc--8<--
autoload -U compinit
compinit
zstyle ':completion:*' completer _approximate
--8<--zshrc--8<--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author