[Bug 756997] Re: wajig doesn't complete all sub-commands

Launchpad Bug Tracker 756997 at bugs.launchpad.net
Mon Mar 28 08:16:59 UTC 2016


Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: zsh (Ubuntu)
       Status: New => Confirmed

-- 
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:
  Confirmed

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