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_selection_timeout | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/X/_x_selection_timeout') diff --git a/Completion/X/_x_selection_timeout b/Completion/X/_x_selection_timeout index 7d219a41c..5481cd7fe 100644 --- a/Completion/X/_x_selection_timeout +++ b/Completion/X/_x_selection_timeout @@ -1,3 +1,7 @@ #autoload -_message 'selection timeout' +if (( $# )); then + _message "$2" +else + _message 'selection timeout' +fi -- cgit 1.4.1