about summary refs log tree commit diff
path: root/Completion/Unix/Command/_rake
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-07-26 14:20:56 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-07-26 14:20:56 +0000
commit022758c7c4b810ea510bc1f4050065ad819045d4 (patch)
tree670b6c59742304037020f3afda8a139fcb51066d /Completion/Unix/Command/_rake
parent8534a97e9b33c9f5ceea9aa8e1408f9146bc4f68 (diff)
downloadzsh-022758c7c4b810ea510bc1f4050065ad819045d4.tar.gz
zsh-022758c7c4b810ea510bc1f4050065ad819045d4.tar.xz
zsh-022758c7c4b810ea510bc1f4050065ad819045d4.zip
unposted: declare expl local in _rake
Diffstat (limited to 'Completion/Unix/Command/_rake')
-rw-r--r--Completion/Unix/Command/_rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rake b/Completion/Unix/Command/_rake
index e14458a9c..c0c8eed97 100644
--- a/Completion/Unix/Command/_rake
+++ b/Completion/Unix/Command/_rake
@@ -2,7 +2,7 @@
 
 # rake, version 0.5.4
 
-local curcontext="$curcontext" state line ret=1
+local curcontext="$curcontext" state line expl ret=1
 typeset -A opt_args
 
 _arguments -C -s -S \