about summary refs log tree commit diff
path: root/Completion/X/_x_locale
blob: 2321b1a5b4f1a379c89a63e0656ee9093dd73fb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
#autoload

local x="$argv[(I)-X]"

if (( x )); then
  _message -r "$argv[x + 1]"
else
  _message 'locale'
fi