about summary refs log tree commit diff
path: root/Completion/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core')
-rw-r--r--Completion/Core/_set_options10
1 files changed, 0 insertions, 10 deletions
diff --git a/Completion/Core/_set_options b/Completion/Core/_set_options
deleted file mode 100644
index b66826e46..000000000
--- a/Completion/Core/_set_options
+++ /dev/null
@@ -1,10 +0,0 @@
-#autoload
-
-# Complete all set 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 'set zsh option' \
-    compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -a _set_options