From df7d6b3e439c7401e1e1c8ab76a603f001402ea3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 27 Aug 1999 13:43:43 +0000 Subject: zsh-workers/7517 --- Completion/X/_x_borderwidth | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/X/_x_borderwidth') diff --git a/Completion/X/_x_borderwidth b/Completion/X/_x_borderwidth index 10a5d6dc4..1864e8a77 100644 --- a/Completion/X/_x_borderwidth +++ b/Completion/X/_x_borderwidth @@ -1,3 +1,7 @@ #autoload -_message 'border width' +if (( $# )); then + _message "$2" +else + _message 'border width' +fi -- cgit 1.4.1