mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-02-24 11:51:19 +01:00
moved from Completion/X/_x_locale
This commit is contained in:
parent
dc24e34a08
commit
be62f4cffc
1 changed files with 9 additions and 0 deletions
9
Completion/X/Type/_x_locale
Normal file
9
Completion/X/Type/_x_locale
Normal file
|
@ -0,0 +1,9 @@
|
|||
#autoload
|
||||
|
||||
local x="$argv[(I)-X]"
|
||||
|
||||
if (( x )); then
|
||||
_message -r "$argv[x + 1]"
|
||||
else
|
||||
_message 'locale'
|
||||
fi
|
Loading…
Reference in a new issue