From 626e2aeb1657f112feb6d03c34bb9e9f44764c75 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:19:26 +0000 Subject: zsh-workers/10195 --- Completion/User/_ports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_ports') diff --git a/Completion/User/_ports b/Completion/User/_ports index 6780067b3..e2db41960 100644 --- a/Completion/User/_ports +++ b/Completion/User/_ports @@ -9,4 +9,4 @@ if ! zstyle -a ":completion:${curcontext}:" ports ports; then ports=( "$_cache_ports[@]" ) fi -_wanted ports expl port && compadd "$@" "$expl[@]" - "$ports[@]" +_wanted ports expl port compadd "$@" - "$ports[@]" -- cgit 1.4.1