about summary refs log tree commit diff
path: root/Completion/Core/_parameters
blob: d9d8a38b239cb01d8e252f2cbff147f54d549110 (plain) (blame)
1
2
3
4
5
6
7
#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. All
# arguments are given to compadd.

compadd "$@" - "${(@)${(@)${(@)${(@f)$(typeset)}:#*local *\=*}%%\=*}##* }"