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:
parent
fd25b24df6
commit
5a4253f42e
9 changed files with 36 additions and 18 deletions
|
@ -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='...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue