mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01: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() {
|
predict-limit-list() {
|
||||||
if (( compstate[list_lines]+BUFFERLINES > LINES ||
|
if (( compstate[list_lines]+BUFFERLINES > LINES ||
|
||||||
compstate[nmatches] > compstate[list_max] ))
|
( compstate[list_max] != 0 && compstate[nmatches] > compstate[list_max] ) ))
|
||||||
then
|
then
|
||||||
compstate[list]=''
|
compstate[list]=''
|
||||||
compstate[force_list]=yes
|
compstate[force_list]=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue