1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

moved from Completion/Base/_equal

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:22:55 +00:00
parent 3522f637da
commit 3c52ac240a

@ -0,0 +1,9 @@
#compdef -equal-
local args
args=( "$@" )
_alternative -O args \
'commands:command:compadd -k commands' \
'aliases:alias:compadd -k aliases'