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