From 61f8a07bfc2348b14a7dc194968fcf62f723f36f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 16 Apr 2002 07:48:43 +0000 Subject: make more calls to _message use the -e option (16988) --- Completion/Unix/Command/_look | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_look') diff --git a/Completion/Unix/Command/_look b/Completion/Unix/Command/_look index 06cf2c4ec..b80a70824 100644 --- a/Completion/Unix/Command/_look +++ b/Completion/Unix/Command/_look @@ -15,7 +15,7 @@ string) if [[ -n "$PREFIX" ]]; then _wanted values expl 'word prefix' compadd - $(_call_program values $words[1] $PREFIX) else - _message 'word prefix' + _message -e prefixes 'word prefix' fi ;; esac -- cgit 1.4.1