From 092472dab755645333186e1398f6b261ec6fa112 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 18 Nov 1999 10:05:45 +0000 Subject: zsh-workers/8665 --- Completion/User/_nslookup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Completion/User/_nslookup') diff --git a/Completion/User/_nslookup b/Completion/User/_nslookup index 495a0e3de..13500ff2c 100644 --- a/Completion/User/_nslookup +++ b/Completion/User/_nslookup @@ -50,7 +50,7 @@ setopts=( if [[ -n "$compcontext" ]]; then if [[ CURRENT -eq 1 ]]; then - funcall ret _nslookup_command && return ret + _funcall ret _nslookup_command && return ret _alternative \ 'commands:command:compadd server lserver root finger ls view help set' \ @@ -58,7 +58,7 @@ if [[ -n "$compcontext" ]]; then return ret elif [[ "$compstate[context]" = redirect ]]; then - funcall ret _nslookup_redirect && return ret + _funcall ret _nslookup_redirect && return ret _tags -C redirection files || return 1 @@ -79,9 +79,9 @@ if [[ -n "$compcontext" ]]; then fi if [[ "$words[1]" = [a-z]## ]]; then - funcall ret _nslookup_$words[1] && return ret + _funcall ret _nslookup_$words[1] && return ret else - funcall ret _nslookup_host && return ret + _funcall ret _nslookup_host && return ret fi case "$words[1]" in -- cgit 1.4.1