Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Completion/User/_cvs again.
- X-seq: zsh-workers 7702
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Tanaka Akira <akr@xxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Completion/User/_cvs again.
- Date: Tue, 7 Sep 1999 21:06:27 +0000
- In-reply-to: <rsqpuzv29oj.fsf@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <rsqpuzv29oj.fsf@xxxxxxxxxxxxxxxxx>
On Sep 7, 3:10am, Tanaka Akira wrote:
>
> +if ! builtin functions _cvs_command >&-; then
> + _cvs_command () {
(And similarly for lots of other functions)
Aren't we already requiring the parameters modlue for some of the other
completion stuff? Would this be faster/cleaner/clearer as
if ! (( $+functions[_cvs_command] )); then
??
Messages sorted by:
Reverse Date,
Date,
Thread,
Author