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

# This should be used to complete all option names.

local expl

_description expl 'zsh option'
compgen "$expl[@]" "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' -o