diff options
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r-- | Completion/Zsh/Context/_equal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Zsh/Context/_equal b/Completion/Zsh/Context/_equal index b4d911541..a1577d62c 100644 --- a/Completion/Zsh/Context/_equal +++ b/Completion/Zsh/Context/_equal @@ -1,3 +1,5 @@ #compdef -equal- +local expl + _wanted commands expl command compadd -k commands |