mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
9 lines
108 B
Text
9 lines
108 B
Text
#autoload
|
|
|
|
local x="$argv[(I)-X]"
|
|
|
|
if (( x )); then
|
|
_message -r "$argv[x + 1]"
|
|
else
|
|
_message 'title'
|
|
fi
|