From 0d8d202ff5491382a7576508d80166f89aac4157 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 8 Jun 2005 05:33:45 +0000 Subject: 21302: make sure expl is declared local in completion functions --- Completion/Zsh/Context/_equal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Zsh') 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 -- cgit 1.4.1