1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

moved from Completion/X/_x_borderwidth

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:08:21 +00:00
parent 7ac5929083
commit 9a7312215f

View file

@ -0,0 +1,9 @@
#autoload
local x="$argv[(I)-X]"
if (( x )); then
_message -r "$argv[x + 1]"
else
_message 'border width'
fi