mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
zsh-workers/8470
This commit is contained in:
parent
2bfb8fb214
commit
b63dfb564e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ delete-no-predict() {
|
|||
|
||||
predict-limit-list() {
|
||||
if (( compstate[list_lines]+BUFFERLINES > LINES ||
|
||||
compstate[nmatches] > compstate[list_max] ))
|
||||
( compstate[list_max] != 0 && compstate[nmatches] > compstate[list_max] ) ))
|
||||
then
|
||||
compstate[list]=''
|
||||
compstate[force_list]=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue