diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:22:47 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:22:47 +0000 |
commit | 3522f637da25a40dd23abb075e2f0c308105c72b (patch) | |
tree | 317ed3901e640a90d489d8de1255bb5b4c27a150 | |
parent | 766b77fb1bbc8c5286ec9adc43f1860b38bb9060 (diff) | |
download | zsh-3522f637da25a40dd23abb075e2f0c308105c72b.tar.gz zsh-3522f637da25a40dd23abb075e2f0c308105c72b.tar.xz zsh-3522f637da25a40dd23abb075e2f0c308105c72b.zip |
moved to Completion/Zsh/Context/_equal
-rw-r--r-- | Completion/Base/_equal | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/Base/_equal b/Completion/Base/_equal deleted file mode 100644 index 4150fe629..000000000 --- a/Completion/Base/_equal +++ /dev/null @@ -1,9 +0,0 @@ -#compdef -equal- - -local args - -args=( "$@" ) - -_alternative -O args \ - 'commands:command:compadd -k commands' \ - 'aliases:alias:compadd -k aliases' |