diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-31 09:56:12 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-31 09:56:12 +0000 |
commit | 5a4253f42edc9258a9a5bad59b0fa2a7b4a46d50 (patch) | |
tree | 1c6cc1e77f12396acd87e448e777fbb5a143b03f /Doc/Zsh | |
parent | fd25b24df6b4f098944c4994195d3894a27a8208 (diff) | |
download | zsh-5a4253f42edc9258a9a5bad59b0fa2a7b4a46d50.tar.gz zsh-5a4253f42edc9258a9a5bad59b0fa2a7b4a46d50.tar.xz zsh-5a4253f42edc9258a9a5bad59b0fa2a7b4a46d50.zip |
allow display of only messages via $compstate[list]=messages (11688)
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compwid.yo | 9 |
1 files changed, 6 insertions, 3 deletions
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))( |