TOOLS/zsh.pl: don't leak regex match variables

This commit is contained in:
Philip Sequeira 2017-03-05 17:17:09 -05:00 committed by wm4
parent a2a5fa4545
commit b5bb006173
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ my $tmpl = <<"EOS";
local curcontext="\$curcontext" state state_descr line
typeset -A opt_args
local -a match mbegin mend
local MATCH MBEGIN MEND
# By default, don't complete URLs unless no files match
local -a tag_order
zstyle -a ":completion:*:*:\$service:*" tag-order tag_order || \