diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-04 09:40:49 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-04 09:40:49 +0000 |
| commit | dd0122e3af9a27ef94c13a8ff3427a15714e0836 (patch) | |
| tree | f09fe72517d06c7d9ce0f1af81b9a84f4029aa18 /Completion/Builtins | |
| parent | zsh-workers/9191 (diff) | |
| download | zsh-dd0122e3af9a27ef94c13a8ff3427a15714e0836.tar zsh-dd0122e3af9a27ef94c13a8ff3427a15714e0836.tar.gz zsh-dd0122e3af9a27ef94c13a8ff3427a15714e0836.tar.bz2 zsh-dd0122e3af9a27ef94c13a8ff3427a15714e0836.tar.lz zsh-dd0122e3af9a27ef94c13a8ff3427a15714e0836.tar.xz zsh-dd0122e3af9a27ef94c13a8ff3427a15714e0836.tar.zst zsh-dd0122e3af9a27ef94c13a8ff3427a15714e0836.zip | |
zsh-workers/9193
Diffstat (limited to 'Completion/Builtins')
| -rw-r--r-- | Completion/Builtins/_zstyle | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
