Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion for gpg not working
- X-seq: zsh-workers 28891
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: completion for gpg not working
- Date: Wed, 16 Mar 2011 07:30:01 -0700
- In-reply-to: <AANLkTinhw4LA929ss55uqAmPTBzQphZtwyGBa13Q1993@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20110315223435.GD2096@debian> <AANLkTinhw4LA929ss55uqAmPTBzQphZtwyGBa13Q1993@mail.gmail.com>
[>workers]
On Mar 16, 1:31pm, Mikael Magnusson wrote:
} Subject: Re: completion for gpg not working
}
} case "$service" in
} gpg)
} - _arguments -C -s -S -A "-*" $gpgbasic $gpgextra $gpgv '*:args:->args'
} + _arguments -C -s -S -A "-*" $gpgbasic $gpgextra $gpgv
} '*:args:->args' && ret=0
} ;;
I was going to point out that it's sufficient to do
} gpg-zip)
} _arguments -C -s -S -A "-*" $gpgbasic $gpgzip '*:args:->args'
} ;;
} -esac
} +esac && ret=0
rather than change every call to _arguments, but PWS has already beaten
me to committing the patch as-is. No big deal.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author