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

Re: PATCH: Completion/User/_cvs again.



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