about summary refs log tree commit diff
path: root/Completion/X/_x_selection_timeout
blob: 5481cd7fef1f23844a2bb6d8421ea80b4c2ea524 (plain) (blame)
1
2
3
4
5
6
7
#autoload

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