[Pkg-zsh-devel] Bug#698143: zsh-common: completion on the bts command is buggy
Vincent Lefevre
vincent at vinc17.net
Mon Jan 14 11:55:02 UTC 2013
Package: zsh-common
Version: 5.0.2-2
Severity: normal
When I complete on
bts show --mb[TAB]
I get
bts show php-mail-mbox
instead of
bts show --mbox
This is reproducible after "zsh -f" and
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*'
autoload -U compinit
compinit
If only
autoload -U compinit
compinit
is given, "bts show --mb[TAB]" fails to complete, while
"bts --mb[TAB]" is OK.
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages zsh-common depends on:
ii dpkg 1.16.9
Versions of packages zsh-common recommends:
ii zsh 5.0.2-2
Versions of packages zsh-common suggests:
ii zsh-doc 5.0.2-2
-- no debconf information
More information about the Pkg-zsh-devel
mailing list