1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
zsh/Completion/Core/_parameters

9 lines
242 B
Plaintext

#autoload
# This should be used to complete parameter names if you need some of the
# extra options of compadd. It completes only non-local parameters.
local expl
_wanted parameters expl parameter compadd "$@" -k 'parameters[(R)^*local*]'