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

Re: BUG: completion suddenly broken in Debian



On 3/30/25 12:06 AM, Eric Cook wrote:
On 3/29/25 11:53 PM, Vincent Lefevre wrote:
On 2025-03-30 05:48:37 +0200, Vincent Lefevre wrote:
I suspect that some package upgrade broke completion (I can only
see libcap2).

Probably not the culprit: downgrading to a version from last month
does not make the bug disappear.


from a debian testing container, i can reproduce it after updating gcc-14-base and libcap.

can't reproduce it from archlinux with the same version of libcap though.

eg:
podman/docker run -it debian:testing
apt update
apt-get install -y gcc-14-base libcap2 zsh

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

<tab>




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