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

zsh-3.1.6-pws-10: sudo completion does not work again



Hi!

This completion does not work again.

bor@itsrm2:~%> cat ~/.zsh.d/completion/_sudo
#compdef sudo

_arguments \
        '-V[show version]' \
        '-l[list commands]' \
        '-h[show help]' \
        '-v[validate timestamp file]' \
        '-k[remove timestamp file]' \
        '-b[run command in background]' \
        '-r:Kerberos realm:' \
        '-p:prompt:' \
        '-u:user name:_users' \
        '-s[run SHELL]' \
        '-H[set HOME environment variable]' \
        '::complete command and/or arguments:_normal' 

and if I try to call it:

bor@itsrm2:~%> sudo um<TAB>   (implying umount)   
_tags:9: job table full or recursion limit exceeded

/andrej



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