1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-03 08:11:03 +02:00
zsh/Completion/X/_x_borderwidth
1999-08-27 13:43:43 +00:00

7 lines
79 B
Text

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