mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 02:51:01 +02:00
Got rid of "cmdargs" local since it is no longer used.
This commit is contained in:
parent
8a67a66a61
commit
bb5c466af8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#compdef make gmake pmake dmake
|
#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() {
|
expandVars() {
|
||||||
local open close var val tmp=$1 ret=$1
|
local open close var val tmp=$1 ret=$1
|
||||||
|
|
Loading…
Reference in a new issue