From a19eb0c4f0a51365d73e3421176e282227f8e0d4 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 25 Oct 2003 14:12:47 +0000 Subject: * 19201: Completion/Unix/Command/_screen: patch from Yasuhiro Hayase to complete normal commands after screen. --- ChangeLog | 5 +++++ Completion/Unix/Command/_screen | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 712bb379e..b0a5b90bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-24 Clint Adams + + * 19201: Completion/Unix/Command/_screen: patch from + Yasuhiro Hayase to complete normal commands after screen. + 2003-10-13 Peter Stephenson * 19185: Functions/Zle/delete-whole-word-match: Bart spotted 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 as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' + '-X[execute as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' \ + '*::arguments: _normal' case $state in sessionname) -- cgit v1.2.3