diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2004-10-12 20:05:13 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2004-10-12 20:05:13 +0000 |
commit | bb5c466af89e4ce61bbecf0b559eab4676456efd (patch) | |
tree | b615a583ced342960fdf13f8b67e85f7986df686 /Completion/Unix | |
parent | 8a67a66a613b85ab3c323594652da71b92915881 (diff) | |
download | zsh-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/Unix')
-rw-r--r-- | Completion/Unix/Command/_make | 2 |
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 |