From d6d4a3abfc84f0940e663cd69537789a039a7056 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 19 Jul 1999 14:26:14 +0000 Subject: zsh-3.1.6-test-2 --- Completion/User/_x_options | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Completion/User/_x_options') diff --git a/Completion/User/_x_options b/Completion/User/_x_options index a9c18b0d1..fddec2af4 100644 --- a/Completion/User/_x_options +++ b/Completion/User/_x_options @@ -3,7 +3,8 @@ # A simple pattern completion, just as an example. if [ "$words[CURRENT-1]" = "-display" ]; then - compgen -k hosts -S':0' + _compskip='' + _hosts -S :0 else - compadd -J options - -display -name -xrm + compadd -P- -J options - display name xrm fi -- cgit 1.4.1