[Pkg-zsh-devel] Bug#1101675: Bug#1101675: Bug#1101675: zsh: completion suddenly broken

Vincent Lefevre vincent at vinc17.net
Sun Mar 30 23:26:39 BST 2025


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 <vincent at vinc17.net> - 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)



More information about the Pkg-zsh-devel mailing list