1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00
zsh/Completion/X/_x_selection_timeout
1999-08-27 13:43:43 +00:00

7 lines
84 B
Text

#autoload
if (( $# )); then
_message "$2"
else
_message 'selection timeout'
fi