1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

allow display of only messages via $compstate[list]=messages (11688)

This commit is contained in:
Sven Wischnowsky 2000-05-31 09:56:12 +00:00
parent fd25b24df6
commit 5a4253f42e
9 changed files with 36 additions and 18 deletions

View file

@ -118,7 +118,7 @@ icw-list-helper() {
# +1 for the status line we will add...
if [[ compstate[list_lines]+BUFFERLINES+1 -gt LINES ]]; then
compstate[list]='list explanations'
compstate[list]='list explanations messages'
[[ compstate[list_lines]+BUFFERLINES+1 -gt LINES ]] && compstate[list]=''
toolong='...'