mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
7 lines
84 B
Text
7 lines
84 B
Text
#autoload
|
|
|
|
if (( $# )); then
|
|
_message "$2"
|
|
else
|
|
_message 'selection timeout'
|
|
fi
|