I've noticed that
mkdir -p testdir; touch $_/FOO; autoload -U compinit; $_; zstyle
':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'; print -z : testdir/f
<tab>
does not work, but when I replace ":" by "ls":
mkdir -p testdir; touch $_/FOO; autoload -U compinit; $_; zstyle
':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'; print -z ls testdir/f
<tab>
works as expected.
I don't see under which logic this should behave in a different way.
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)