1#autoload
2
3# Complete all unset options. This relies on `_main_complete' to store the
4# names of the options that were unset when it was called in the array
5# `_options_unset'.
6
7local expl
8
9_wanted zsh-options expl 'unset zsh option' \
10    compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -a - _options_unset
11