From d00f73c3672b2783f14e3a27b35d34c218657506 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 12 Aug 1999 21:25:12 +0000 Subject: zsh-workers/7420 --- Completion/User/_x_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_x_options') diff --git a/Completion/User/_x_options b/Completion/User/_x_options index fddec2af4..51b602a33 100644 --- a/Completion/User/_x_options +++ b/Completion/User/_x_options @@ -3,7 +3,7 @@ # A simple pattern completion, just as an example. if [ "$words[CURRENT-1]" = "-display" ]; then - _compskip='' + _compskip=all _hosts -S :0 else compadd -P- -J options - display name xrm -- cgit 1.4.1