about summary refs log tree commit diff
path: root/Completion/Core/_parameters
blob: 1e430dfc11e94dadc3997e143c4bf295b5f86d48 (plain) (blame)
1
2
3
4
5
6
7
8
#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*]}