On 2025-03-30 18:48:32 +0200, Vincent Lefevre wrote: > I've tested on 2 machines: I get the problem on the machine with > up-to-date packages, but not on the one with older packages.
Hmm... It seems that more than completion that is broken. After "zsh -f", if I test the following mkdir -p testdir; touch $_/FOO; autoload -U compinit; $_; zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'; print -z : testdir/f with Ctrl-U instead of <tab>: * On the machine which is not up-to-date, Ctrl-U clears the ": testdir/f" as expected. * On the up-to-date machine, Ctrl-U does nothing (while if I type text just after "zsh -f" then do Ctrl-U, the text is cleared as expected). -- Vincent Lefèvre <vinc...@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)