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

Re: Case-insensitive completion



Bart wrote:
> 
> Are completers always called with no arguments?  Or should that be
> 
>     _cscomplete() {
>       _complete $*
>       return 1
>     }

They are always called with no arguments.

_approximate actually accepts a -a option to specify the number of
errors. It isn't used by anything yet. Might be useful from an _correct
like wrapper I suppose.

Oliver



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