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/Zsh/Command/_compdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh/Command/_compdef') diff --git a/Completion/Zsh/Command/_compdef b/Completion/Zsh/Command/_compdef index 469b135c4..aad1358b9 100644 --- a/Completion/Zsh/Command/_compdef +++ b/Completion/Zsh/Command/_compdef @@ -36,7 +36,7 @@ _arguments -C -s -S \ if [[ $state = multi ]]; then case $(( CURRENT % 3 )) in - 0) _message key + 0) _message -e keys key return 1;; 1) state=cfun;; 2) state=style;; -- cgit v1.2.3