[Bug 756997] Re: wajig doesn't complete all sub-commands
Axel Beckert
abe at debian.org
Tue May 28 23:18:10 UTC 2013
wajig no more supports the option "-v" for the subcommand "commands"
since release 2.3 (guessed from the changelog). Verfied with wajig 2.8
in Debian Unstable. Hence the patch (nowadays) would make situation
worse:
$ wajig -v commands
usage: wajig [-h] [-V]
wajig: error: unrecognized arguments: -v
** Tags removed: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to zsh in Ubuntu.
https://bugs.launchpad.net/bugs/756997
Title:
wajig doesn't complete all sub-commands
Status in “zsh” package in Ubuntu:
New
Bug description:
Binary package hint: zsh
The completion function for wajig only completes the short list of
commands that are listed when you run "wajig commands". The problem
is that the completion function need to run "wajig -v commands" to get
the full list of sub-commands.
Instead of:
>case $state in
> cmds)
> cmds=( ${${(M)${(f)"$(wajig commands 2>/dev/null)"}:# [^-]*}/(#b) ([^ ]#) #(*)/$match[1]:$match[2]:l} )
It should be:
>case $state in
> cmds)
> cmds=( ${${(M)${(f)"$(wajig -v commands 2>/dev/null)"}:# [^-]*}/(#b) ([^ ]#) #(*)/$match[1]:$match[2]:l} )
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: zsh 4.3.10-14ubuntu1 [modified: usr/share/zsh/functions/Completion/Debian/_wajig]
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic-pae 2.6.35.11
Uname: Linux 2.6.35-28-generic-pae i686
Architecture: i386
Date: Sun Apr 10 20:54:47 2011
InstallationMedia: Ubuntu 10.04.2 LTS "Lucid Lynx" - Release i386 (20110211.1)
ProcEnviron:
SHELL=/bin/zsh
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
SourcePackage: zsh
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/756997/+subscriptions
More information about the foundations-bugs
mailing list