blob: d862aa0e12876ba1a7835ff50ac6ac1ed13a6ec0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#compdef unsetopt
# If you first want to complete only unset options, uncomment the lines
# setting the _set_options array and then use:
#
# _set_options || _options
#
# here.
_options
|