diff options
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_screen | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_screen b/Completion/Unix/Command/_screen index 89ddc9a96..6995dfdec 100644 --- a/Completion/Unix/Command/_screen +++ b/Completion/Unix/Command/_screen @@ -69,7 +69,8 @@ _arguments \ '(-)-v[print screen version]' \ '(-)-wipe[do nothing, clean up SockDir]' \ '-x[attach to a not detached screen. (Multi display mode).]' \ - '-X[execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' + '-X[execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' \ + '*::arguments: _normal' case $state in sessionname) |