Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: completion suddenly broken in Debian
- X-seq: zsh-workers 53418
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: BUG: completion suddenly broken in Debian
- Date: Sun, 30 Mar 2025 05:48:37 +0200
- Archived-at: <https://zsh.org/workers/53418>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
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