diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-04-16 07:48:43 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-04-16 07:48:43 +0000 |
commit | 61f8a07bfc2348b14a7dc194968fcf62f723f36f (patch) | |
tree | 9c8b7a2d6f832b6d84dcb5963bc6715efb0c4291 /Completion/Zsh/Command/_compdef | |
parent | d8fc48f7daa6758ec6a239789b6922af614e1fac (diff) | |
download | zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.gz zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.xz zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.zip |
make more calls to _message use the -e option (16988)
Diffstat (limited to 'Completion/Zsh/Command/_compdef')
-rw-r--r-- | Completion/Zsh/Command/_compdef | 2 |
1 files changed, 1 insertions, 1 deletions
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;; |