From aa0381bd2b64ad6ea1e24110c1c2ec6773f9288e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 3 May 2000 14:44:01 +0000 Subject: allow `-' in exclusion lists for _arguments, to avoid completing all options (11121) --- Completion/X/_xutils | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/X') diff --git a/Completion/X/_xutils b/Completion/X/_xutils index c0d94a998..17100c033 100644 --- a/Completion/X/_xutils +++ b/Completion/X/_xutils @@ -107,7 +107,8 @@ xon) '-screen:screen number:' \ '-user:remote user name:_users' \ ':remote host:_hosts' \ - '*:command::command:_normal' + '(-):command: _command_names -e' \ + '*:command: _normal' ;; xsetroot) _x_arguments \ -- cgit 1.4.1