mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue