From 910756e86426e90b9e48a52c4f619ae3556f3b55 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 18 Nov 2008 21:15:21 +0100 Subject: Use the hosts array to associate some information with each host --- etc/completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/completion') diff --git a/etc/completion b/etc/completion index 8671712..51a9a2b 100644 --- a/etc/completion +++ b/etc/completion @@ -34,7 +34,7 @@ zstyle ':completion:*:*:(todo|td*):*:items' menu yes function _hosts { typeset expl _wanted host expl 'host name' \ - compadd $hosts + compadd ${(k)hosts} } if [[ -r $compdump ]] { -- cgit v1.2.3