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

Re: Bug#607603: zsh: Completion of fuser command does not detect psmisc version



Hi Clint,

Looks like there's a typo in your patch below:

> -if _pick_variant -c $words[1] psmisc=psmisc unix -V; then
> +if _pick_variant -c $words[1] psmisc='#(i)psmisc' unix -V; then

Should be '(#i)...' not '#(i)...' right?

Thanks,

GI

PS: I started using zsh 2 weeks ago. It is *AWESOME*, thanks a TON. I'm
    migrating my custom completions over from tcsh, and have a few new
    zsh completions, and corrections to old completions to contribute.
    What is the best way to post them? Debian bugzilla, or the mailing
    list?

-- 
The short fortuneteller who escaped from prison was a small medium at
large.



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