about summary refs log tree commit diff
path: root/Completion/Core/_options
blob: 0232db857078c7e7bfb19b74f6c8a49533f78992 (plain) (blame)
1
2
3
4
5
6
7
8
9
#autoload

# This should be used to complete all option names.

local expl

_description expl 'zsh option'
compadd "$expl[@]" "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' - \
    "${(@k)options}"