1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

clarify manual for menu style; select= and yes= may be given both a number and one of the long* values at the same time (12438)

This commit is contained in:
Sven Wischnowsky 2000-07-31 08:06:37 +00:00
parent 84b04a8728
commit a2f2ae4f5a
2 changed files with 11 additions and 0 deletions

@ -1,3 +1,9 @@
2000-07-31 Sven Wischnowsky <wischnow@zsh.org>
* 12438: Doc/Zsh/compsys.yo: clarify manual for menu style;
select= and yes= may be given both a number and one of the long*
values at the same time
2000-07-30 Andrew Main <zefram@zsh.org>
* 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like

@ -1649,6 +1649,11 @@ matches does not fit on the screen by using the value
invoked does completion, not simply listing as done by
tt(delete-char-or-list); to start menu-selection even here, use the value
`tt(select=long-list)'.
To turn on menu completion or menu selection when a certain number of
matches is generated em(or) the list of matches does not fit onto the
screen, both of `tt(yes=)' and `tt(select=)' can be given twice, once
with a number and once with `tt(long)' or `tt(long-list)'.
)
kindex(numbers, completion style)
item(tt(numbers))(