about summary refs log tree commit diff
path: root/Completion/X/_x_geometry
blob: a15dd16d986ebad8aea8f6699be6ef931a609671 (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 'geometry'
fi