about summary refs log tree commit diff
path: root/Completion/Core
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:21:20 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:21:20 +0000
commit57f650261628c989abca67fcdb9370a0acae2b66 (patch)
tree6cb9a1d03db9eb0e15567a7eb2203dc4770a85a4 /Completion/Core
parent8e7b2584ce8d6902c8548e10c1a30000c81812a8 (diff)
downloadzsh-57f650261628c989abca67fcdb9370a0acae2b66.tar.gz
zsh-57f650261628c989abca67fcdb9370a0acae2b66.tar.xz
zsh-57f650261628c989abca67fcdb9370a0acae2b66.zip
moved to Completion/Zsh/Type/_options_set
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