mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
TOOLS/zsh.pl: don't leak regex match variables
This commit is contained in:
parent
a2a5fa4545
commit
b5bb006173
@ -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 || \
|
||||
|
Loading…
Reference in New Issue
Block a user