about summary refs log tree commit diff
path: root/Completion/Zsh/Context
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:22:55 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:22:55 +0000
commit3c52ac240a8accdbcaa30974c935c4cf71e96250 (patch)
tree281a003cb1259c85aa1999c66bb65207fafecc48 /Completion/Zsh/Context
parent3522f637da25a40dd23abb075e2f0c308105c72b (diff)
downloadzsh-3c52ac240a8accdbcaa30974c935c4cf71e96250.tar.gz
zsh-3c52ac240a8accdbcaa30974c935c4cf71e96250.tar.xz
zsh-3c52ac240a8accdbcaa30974c935c4cf71e96250.zip
moved from Completion/Base/_equal
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r--Completion/Zsh/Context/_equal9
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/Zsh/Context/_equal b/Completion/Zsh/Context/_equal
new file mode 100644
index 000000000..4150fe629
--- /dev/null
+++ b/Completion/Zsh/Context/_equal
@@ -0,0 +1,9 @@
+#compdef -equal-
+
+local args
+
+args=( "$@" )
+
+_alternative -O args \
+    'commands:command:compadd -k commands' \
+    'aliases:alias:compadd -k aliases'