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_title | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/X/_x_title') diff --git a/Completion/X/_x_title b/Completion/X/_x_title index b072d5b9d..c892702b1 100644 --- a/Completion/X/_x_title +++ b/Completion/X/_x_title @@ -1,3 +1,7 @@ #autoload -_message 'title' +if (( $# )); then + _message "$2" +else + _message 'title' +fi -- cgit 1.4.1