mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
moved from Completion/X/_x_selection_timeout
This commit is contained in:
parent
3603e90241
commit
b243558f4e
9
Completion/X/Type/_x_selection_timeout
Normal file
9
Completion/X/Type/_x_selection_timeout
Normal file
@ -0,0 +1,9 @@
|
||||
#autoload
|
||||
|
||||
local x="$argv[(I)-X]"
|
||||
|
||||
if (( x )); then
|
||||
_message -r "$argv[x + 1]"
|
||||
else
|
||||
_message 'selection timeout'
|
||||
fi
|
Loading…
Reference in New Issue
Block a user