From e0b26186f1d3c1a3a580eb7e8a8199c25536f4e6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 26 Oct 1999 15:36:10 +0000 Subject: manual/8424 --- Completion/Core/_normal | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Completion/Core/_normal') diff --git a/Completion/Core/_normal b/Completion/Core/_normal index 085c738d2..79efaeb97 100644 --- a/Completion/Core/_normal +++ b/Completion/Core/_normal @@ -27,11 +27,7 @@ elif [[ "$command" == */* ]]; then cmd2="${command:t}" else cmd1="$command" - if zmodload -e parameter; then - cmd2="$commands[$command]" - else - cmd2=$(whence -p - $command) - fi + cmd2="$commands[$command]" fi # See if there are any matching pattern completions. -- cgit 1.4.1