Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completers using zstat don't work with zmodload -F zsh/stat
- X-seq: zsh-workers 29616
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: completers using zstat don't work with zmodload -F zsh/stat
- Date: Wed, 27 Jul 2011 01:20:46 -0700
- In-reply-to: <CAHYJk3RmB+sYiUQ7BXX7qaJJ9s-NPg0JmCVB03H+_sTx+=a6Qw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHYJk3RmB+sYiUQ7BXX7qaJJ9s-NPg0JmCVB03H+_sTx+=a6Qw@mail.gmail.com>
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