about summary refs log tree commit diff
path: root/Completion/X/Type/_x_borderwidth
blob: 9e20f02584f4c4f51293931828f9af4eafd062ad (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 values 'border width'
fi