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

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