Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: filename autocompletion/autocorrection misfeature
> On 2016-10-13 16:22, Oliver Kiddle wrote:
>
> Eric Cook wrote:
>>> The next thing I would check is for matching control:
>>> zstyle -L \* matcher-list
>>
>> It appears the question was asked in multiple places.
>> unix.stackexchange.com/questions/315714/disable-substring-filename-completion-in-zsh
>
> So it is matcher-list and l:|=* in particular.
>
> Oliver
>
yes, the problem is solved by using:
zstyle ':completion:*' matcher-list ''
I asked the same question on Unix Stackexchange, after I did not receive
any response here for couple of days.
Thanks,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author