1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

zsh-workers/9219

This commit is contained in:
Tanaka Akira 2000-01-05 15:55:00 +00:00
parent a7b6805113
commit 43822598ab

View file

@ -119,7 +119,7 @@ predict-limit-list() {
then
compstate[list]=''
compstate[force_list]=yes
elif zstyle ":completion:predict${curcontext}" list always ]]
elif zstyle -t ":completion:predict${curcontext}" list always
then
compstate[force_list]=yes
fi