diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Command/_unsetopt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_unsetopt b/Completion/Zsh/Command/_unsetopt new file mode 100644 index 000000000..75a33e9dd --- /dev/null +++ b/Completion/Zsh/Command/_unsetopt @@ -0,0 +1,10 @@ +#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 |