From be62f4cffcd9a255133a79b24a6f1b85df248b79 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:10:45 +0000 Subject: moved from Completion/X/_x_locale --- Completion/X/Type/_x_locale | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Completion/X/Type/_x_locale (limited to 'Completion/X/Type') diff --git a/Completion/X/Type/_x_locale b/Completion/X/Type/_x_locale new file mode 100644 index 000000000..2321b1a5b --- /dev/null +++ b/Completion/X/Type/_x_locale @@ -0,0 +1,9 @@ +#autoload + +local x="$argv[(I)-X]" + +if (( x )); then + _message -r "$argv[x + 1]" +else + _message 'locale' +fi -- cgit 1.4.1