1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-10 10:21:23 +02:00
zsh/Completion/User/_hostports
1999-09-12 00:02:40 +00:00

9 lines
105 B
Text

#autoload
# Usage: _hostport host
local host="$1"
shift
compadd "$@" - ${${(M)hosts\:#$host\:*}#*\:}