From bb5c466af89e4ce61bbecf0b559eab4676456efd Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 12 Oct 2004 20:05:13 +0000 Subject: Got rid of "cmdargs" local since it is no longer used. --- Completion/Unix/Command/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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 -- cgit 1.4.1