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

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