about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-08 05:33:45 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-08 05:33:45 +0000
commit0d8d202ff5491382a7576508d80166f89aac4157 (patch)
tree02ff03a93265d57b7382fdff71164e0057ab5d31 /Completion/Zsh
parent1caf681523605cb29996226e4b7bb41977fc8402 (diff)
downloadzsh-0d8d202ff5491382a7576508d80166f89aac4157.tar.gz
zsh-0d8d202ff5491382a7576508d80166f89aac4157.tar.xz
zsh-0d8d202ff5491382a7576508d80166f89aac4157.zip
21302: make sure expl is declared local in completion functions
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Context/_equal2
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