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

# This should be used to complete all option names.

local expl

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