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

BUG: completion suddenly broken in Debian



I've just reported the following bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101675

With "zsh -f":

qaa% mkdir testdir
qaa% touch testdir/FOO
qaa% autoload -U compinit
qaa% compinit
qaa% zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
qaa% : testdir/f

If I try to complete "testdir/f", I get no matches.

On an older machine, I get "testdir/FOO" as expected.

I suspect that some package upgrade broke completion (I can only
see libcap2).

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - 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)




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