about summary refs log tree commit diff
path: root/Completion/Unix/Command/_screen
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2003-10-25 14:16:50 +0000
committerClint Adams <clint@users.sourceforge.net>2003-10-25 14:16:50 +0000
commit0d78947de1c8480825836d76a6c6c36591e4b13e (patch)
treeb4a7b31bc15884d78d390e789d9c52a24843a6fd /Completion/Unix/Command/_screen
parent9d119b990fcb939c121b7bddc4a33fe3cd40c697 (diff)
downloadzsh-0d78947de1c8480825836d76a6c6c36591e4b13e.tar.gz
zsh-0d78947de1c8480825836d76a6c6c36591e4b13e.tar.xz
zsh-0d78947de1c8480825836d76a6c6c36591e4b13e.zip
19201: Completion/Unix/Command/_screen: patch from Yasuhiro Hayase to
complete normal commands after screen.
Diffstat (limited to 'Completion/Unix/Command/_screen')
-rw-r--r--Completion/Unix/Command/_screen3
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)