diff options
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/_xutils | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |