about summary refs log tree commit diff
path: root/Completion/Zsh/Context/_equal
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Context/_equal')
-rw-r--r--Completion/Zsh/Context/_equal8
1 files changed, 1 insertions, 7 deletions
diff --git a/Completion/Zsh/Context/_equal b/Completion/Zsh/Context/_equal
index 4150fe629..b4d911541 100644
--- a/Completion/Zsh/Context/_equal
+++ b/Completion/Zsh/Context/_equal
@@ -1,9 +1,3 @@
 #compdef -equal-
 
-local args
-
-args=( "$@" )
-
-_alternative -O args \
-    'commands:command:compadd -k commands' \
-    'aliases:alias:compadd -k aliases'
+_wanted commands expl command compadd -k commands