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/8448

This commit is contained in:
Tanaka Akira 1999-10-27 16:18:37 +00:00
parent 2082d99be3
commit 8a8428beae

View file

@ -118,6 +118,7 @@ predict-limit-list() {
compstate[list]=''
compstate[force_list]=yes
elif [[ $compconfig[predict_list] = always ]]
then
compstate[force_list]=yes
fi
}