From dd0122e3af9a27ef94c13a8ff3427a15714e0836 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 4 Jan 2000 09:40:49 +0000 Subject: zsh-workers/9193 --- Completion/Builtins/_zstyle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Completion/Builtins') diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 207e37bce..db499aa17 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -1,7 +1,8 @@ #compdef zstyle -local curcontext="$curcontext" state ostate line expl ctop -local nm=$compstat[nmatches] +local curcontext="$curcontext" state context ostate line expl ctop +local nm=$compstate[nmatches] +typeset -A opt_args typeset -A styles # Assoc array of styles; the values give the possible top-level -- cgit 1.4.1