1
0
Fork 0
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:
Tanaka Akira 1999-10-28 08:08:09 +00:00
parent 2bfb8fb214
commit b63dfb564e

View file

@ -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