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

moved from Completion/X/_x_locale

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:10:45 +00:00
parent dc24e34a08
commit be62f4cffc

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