about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_options_unset
blob: 32d58d427f7435b94cdec154f6621d021f322f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#autoload

# Complete all unset options. This relies on `_main_complete' to store the
# names of the options that were unset when it was called in the array
# `_options_unset'.

local expl

_wanted zsh-options expl 'unset zsh option' \
    compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -a - _options_unset