diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:21:36 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:21:36 +0000 |
commit | d309d745e8c49fd707b9dc259a76374f9588d69c (patch) | |
tree | cbb298529018d301d6e1ed7323fc789e080256ec | |
parent | 59577122580497af0900b6511600117edb0f6e4b (diff) | |
download | zsh-d309d745e8c49fd707b9dc259a76374f9588d69c.tar.gz zsh-d309d745e8c49fd707b9dc259a76374f9588d69c.tar.xz zsh-d309d745e8c49fd707b9dc259a76374f9588d69c.zip |
moved to Completion/Zsh/Type/_options_unset
-rw-r--r-- | Completion/Core/_unset_options | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Completion/Core/_unset_options b/Completion/Core/_unset_options deleted file mode 100644 index 718da2c9c..000000000 --- a/Completion/Core/_unset_options +++ /dev/null @@ -1,10 +0,0 @@ -#autoload - -# Complete all unset options. This relies on `_main_complete' to store the -# names of the options that were set when it was called in the array -# `_set_options'. - -local expl - -_wanted zsh-options expl 'unset zsh option' \ - compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -a _unset_options |