diff options
-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 |