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