mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
#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
|