1
0
Fork 0
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:
Doug Kearns 2005-06-08 05:33:45 +00:00
parent 1caf681523
commit 0d8d202ff5
21 changed files with 39 additions and 16 deletions

View file

@ -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 \