blob: 17ecafb20d7aed2ed10e9e6d65e3ad84d866bc13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#compdef setopt
# If you first want to complete only unset options, un-comment the lines
# setting the _unset_options array and then use:
#
# _unset_options || _options
#
# here.
_options
|