about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_options
blob: 351220bded01f15ee4fc7592d9833ffda6063879 (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 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -k options