mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
21302: make sure expl is declared local in completion functions
This commit is contained in:
parent
1caf681523
commit
0d8d202ff5
21 changed files with 39 additions and 16 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Python 2.4
|
||||
|
||||
local curcontext="$curcontext" state line
|
||||
local curcontext="$curcontext" state line expl
|
||||
typeset -A opt_args
|
||||
|
||||
_arguments -s -S \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue