mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
40965: fix for missing local declarations of expl
This commit is contained in:
parent
408b92b168
commit
78afb218b0
32 changed files with 109 additions and 58 deletions
|
@ -1,6 +1,6 @@
|
|||
#compdef pkg-config
|
||||
|
||||
local arguments packages curcontext="$curcontext" state line ret=1
|
||||
local arguments packages curcontext="$curcontext" state line expl ret=1
|
||||
declare -A opt_args
|
||||
|
||||
# Up-to-date as of pkg-config 0.29-4 (debian package) man page synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue