diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-23 10:27:52 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-23 10:27:52 +0000 |
commit | a5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd (patch) | |
tree | bac15af2581b3ac50701df6921245f307a748d0a /Functions/Zle/predict-on | |
parent | aa660233d0382c6c5990e28fb87ef4a367157dc9 (diff) | |
download | zsh-a5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd.tar.gz zsh-a5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd.tar.xz zsh-a5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd.zip |
zsh-workers/9836
Diffstat (limited to 'Functions/Zle/predict-on')
-rw-r--r-- | Functions/Zle/predict-on | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/predict-on b/Functions/Zle/predict-on index 4822c38ce..ad6ea7496 100644 --- a/Functions/Zle/predict-on +++ b/Functions/Zle/predict-on @@ -122,7 +122,7 @@ predict-limit-list() { then compstate[list]='' compstate[force_list]=yes - elif zstyle -t ":completion:predict::::" list always + elif zstyle -t ":completion:::predict::" list always then compstate[force_list]=yes fi |