diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Command/_setopt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_setopt b/Completion/Zsh/Command/_setopt new file mode 100644 index 000000000..f72c20dda --- /dev/null +++ b/Completion/Zsh/Command/_setopt @@ -0,0 +1,10 @@ +#compdef setopt + +# If you first want to complete only unset options, un-comment the lines +# setting the _options_unset array and then use: +# +# _options_unset || _options +# +# here. + +_options |