mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-03 08:11:03 +02:00
7 lines
79 B
Text
7 lines
79 B
Text
#autoload
|
|
|
|
if (( $# )); then
|
|
_message "$2"
|
|
else
|
|
_message 'border width'
|
|
fi
|