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

local x="$argv[(I)-X]"

if (( x )); then
  _message -r "$argv[x + 1]"
else
  _message -e titles 'title'
fi