Public bug reported:

Binary package hint: zsh

Version: 4.3.4-14ubuntu2 (gutsy)

Steps to reproduce: killall p<TAB>
Result: only shows "ps"
Expected: show ALL the user's processes whose command starts with p, as 
Ubuntu's bash does

Adding this to ~/.zshrc seems to fix it for me: zstyle
':completion:*:killall:*' command 'ps -u $USER -o cmd'

A proper fix should probably touch
/usr/share/zsh/4.3.4/functions/Completion/Unix/_killall

** Affects: zsh (Ubuntu)
     Importance: Undecided
         Status: New

-- 
zsh's killall process tab completion should match bash's
https://bugs.launchpad.net/bugs/204234
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to