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