about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2004-10-12 20:05:13 +0000
committerWayne Davison <wayned@users.sourceforge.net>2004-10-12 20:05:13 +0000
commitbb5c466af89e4ce61bbecf0b559eab4676456efd (patch)
treeb615a583ced342960fdf13f8b67e85f7986df686 /Completion
parent8a67a66a613b85ab3c323594652da71b92915881 (diff)
downloadzsh-bb5c466af89e4ce61bbecf0b559eab4676456efd.tar.gz
zsh-bb5c466af89e4ce61bbecf0b559eab4676456efd.tar.xz
zsh-bb5c466af89e4ce61bbecf0b559eab4676456efd.zip
Got rid of "cmdargs" local since it is no longer used.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make
index edbf396d4..80b48946e 100644
--- a/Completion/Unix/Command/_make
+++ b/Completion/Unix/Command/_make
@@ -1,6 +1,6 @@
 #compdef make gmake pmake dmake
 
-local prev="$words[CURRENT-1]" file expl tmp is_gnu cmdargs dir incl
+local prev="$words[CURRENT-1]" file expl tmp is_gnu dir incl
 
 expandVars() {
     local open close var val tmp=$1 ret=$1