From 8746ae9979dc8cccef856300f14f6d98b4285d5a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 13 Oct 1999 17:50:30 +0000 Subject: zsh-workers/8231 --- Completion/User/_nslookup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_nslookup') diff --git a/Completion/User/_nslookup b/Completion/User/_nslookup index 7d2a12142..6b2585f3d 100644 --- a/Completion/User/_nslookup +++ b/Completion/User/_nslookup @@ -113,7 +113,7 @@ if [[ -n "$compcontext" ]]; then return ;; set) - typeset -A values + typeset -A val_args _values 'state information' "$setopts[@]" && ret=0 @@ -130,7 +130,7 @@ fi if [[ -z "$state" ]]; then local line - typeset -A options + typeset -A opt_args _arguments \ "-${(@)^${(@M)setopts:#*\]:*}/\[/=[}" \ -- cgit 1.4.1