Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: known hosts tab completion



On Sat, Jun 23, 2012 at 2:18 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:

> This similar to the confusion about the default matcher-list that was
> discussed about a month ago in the "completion oddity" thread (starts
> with zsh-users/17099 if you want to check the archives).
>
> In this case, though, the default matcher-list does not include the
> dot character, so you must have a zstyle that does.  Disable it for
> this context and you should be able to get the behavior you want.


I don't know if this is true.  I only have one matcher-list:

$ zstyle -L | grep matcher
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
$

Is there something else I need to change?



Messages sorted by: Reverse Date, Date, Thread, Author