mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-27 18:21:10 +02:00
* 19201: Completion/Unix/Command/_screen: patch from Yasuhiro Hayase
to complete normal commands after screen.
This commit is contained in:
parent
df3c2c64a5
commit
a19eb0c4f0
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-10-24 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 19201: Completion/Unix/Command/_screen: patch from
|
||||||
|
Yasuhiro Hayase to complete normal commands after screen.
|
||||||
|
|
||||||
2003-10-13 Peter Stephenson <pws@csr.com>
|
2003-10-13 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 19185: Functions/Zle/delete-whole-word-match: Bart spotted
|
* 19185: Functions/Zle/delete-whole-word-match: Bart spotted
|
||||||
|
|
|
@ -69,7 +69,8 @@ _arguments \
|
||||||
'(-)-v[print screen version]' \
|
'(-)-v[print screen version]' \
|
||||||
'(-)-wipe[do nothing, clean up SockDir]' \
|
'(-)-wipe[do nothing, clean up SockDir]' \
|
||||||
'-x[attach to a not detached screen. (Multi display mode).]' \
|
'-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
|
case $state in
|
||||||
sessionname)
|
sessionname)
|
||||||
|
|
Loading…
Reference in a new issue