1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00
zsh/Completion/Core/_parameters
2000-03-23 04:19:26 +00:00

8 lines
245 B
Text

#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*]}