1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-27 02:01:09 +01:00
This commit is contained in:
Tanaka Akira 1999-09-12 03:42:27 +00:00
parent 567917651a
commit c7bdc5f69e

View file

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