1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 06:51:03 +02:00
zsh/Completion/X/_x_selection_timeout
2000-02-18 10:11:05 +00:00

9 lines
120 B
Text

#autoload
local x="$argv[(I)-X]"
if (( x )); then
_message -r "$argv[x + 1]"
else
_message 'selection timeout'
fi