about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/User/_hostports9
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/User/_hostports b/Completion/User/_hostports
deleted file mode 100644
index 9e331bb8a..000000000
--- a/Completion/User/_hostports
+++ /dev/null
@@ -1,9 +0,0 @@
-#autoload
-
-# Usage: _hostport host
-
-local host="$1"
-shift
-
-compadd "$@" - ${${(M)hosts\:#$host\:*}#*\:}
-