From 5a4253f42edc9258a9a5bad59b0fa2a7b4a46d50 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 31 May 2000 09:56:12 +0000 Subject: allow display of only messages via $compstate[list]=messages (11688) --- Doc/Zsh/compwid.yo | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh/compwid.yo') diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index ee2f7f2bd..c54caea31 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -259,9 +259,12 @@ group, this group will show the tt(LIST_PACKED) behavior. The same is done for the tt(LIST_ROWS_FIRST) option with the substring tt(rows). Finally, if the value contains the string tt(explanations), only the -explanation strings, if any, will be listed. It will be set -appropriately on entry to a completion widget and may be changed -there. +explanation strings, if any, will be listed and if it contains +tt(messages), only the messages (added with the tt(-x) option of +tt(compadd)) will be listed. If it contains both tt(explanations) and +tt(messages) both kinds of explanation strings will be listed. It +will be set appropriately on entry to a completion widget and may be +changed there. ) vindex(list_max, compstate) item(tt(list_max))( -- cgit 1.4.1