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

Re: [PATCH] cache list of all python modules



2015/01/28 01:49, Jun T. <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:

> #compdef lines in _python/_pydoc are modified to use -P pattern.

Is it better to use

#compdef python -P python[0-9.]#

instead of the following?

#compdef -P python[0-9.]#

(_ruby uses the equivalent of the former)



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