From 37c5e20a80dec93a48d85518d34c49f2168847bb Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Sun, 29 Oct 2017 12:40:11 +0100 Subject: 41960: add missing local declarations for MATCH, MBEGIN and MEND --- Completion/Zsh/Command/_zstyle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Zsh/Command') diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 0e828225e..7db73c0c0 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -1,7 +1,8 @@ #compdef zstyle local state context ostate line expl ctop suf -local nm=$compstate[nmatches] taglist patterns contexts +local nm=$compstate[nmatches] taglist patterns contexts MATCH +integer MBEGIN MEND typeset -A opt_args styles _vcs_info_hooks() { -- cgit 1.4.1