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

Re: completers using zstat don't work with zmodload -F zsh/stat



On Jul 26,  9:09pm, Mikael Magnusson wrote:
}
} I just got the idea to 'which' the function, and indeed all the zstat
} are magically replaced with 'builtin stat', which explains the
} trouble. Why does that happen though?

It must be that you have an alias for zstat.  This doesn't happen to
me.  Make sure you're autoloading the completion functions with
"autoload -U" ?  Although compinit should do that for you.

Perhaps you zcompile'd the completion functions and did not use
"zcompile -U" ?



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