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

Re: User installation script for new completion



On May 3, 12:00pm, Peter Stephenson wrote:
} Subject: Re: User installation script for new completion
}
} ... compinit looks at how many completion files it has found, and if
} there are fewer than twenty ... it adds the path to itself to fpath.
}
} This fails when functionargzero is not set.  Great.  Any better
} suggestions?

Have it test [[ -o functionargzero ]] and skip this when it's not set?


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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