mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
zsh-workers/9219
This commit is contained in:
parent
a7b6805113
commit
43822598ab
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ predict-limit-list() {
|
||||||
then
|
then
|
||||||
compstate[list]=''
|
compstate[list]=''
|
||||||
compstate[force_list]=yes
|
compstate[force_list]=yes
|
||||||
elif zstyle ":completion:predict${curcontext}" list always ]]
|
elif zstyle -t ":completion:predict${curcontext}" list always
|
||||||
then
|
then
|
||||||
compstate[force_list]=yes
|
compstate[force_list]=yes
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue