mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-26 18:01:03 +02:00
10 lines
190 B
Text
10 lines
190 B
Text
#compdef unsetopt
|
|
|
|
# If you first want to complete only unset options, uncomment the lines
|
|
# setting the _options_set array and then use:
|
|
#
|
|
# _options_set || _options
|
|
#
|
|
# here.
|
|
|
|
_options
|