diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:31:57 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:31:57 +0000 |
commit | 1a83c6a85680351c72e92503f17f6d85b3cd75f9 (patch) | |
tree | 615c3f0409b5336aea3a913984052b3fbadbe51d | |
parent | 0d12a19e2c05924e7f545ec4a5012272d4c551fc (diff) | |
download | zsh-1a83c6a85680351c72e92503f17f6d85b3cd75f9.tar.gz zsh-1a83c6a85680351c72e92503f17f6d85b3cd75f9.tar.xz zsh-1a83c6a85680351c72e92503f17f6d85b3cd75f9.zip |
moved from Completion/Builtins/_unsetopt
-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 |