about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-23 10:27:52 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-23 10:27:52 +0000
commita5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd (patch)
treebac15af2581b3ac50701df6921245f307a748d0a /Functions
parentaa660233d0382c6c5990e28fb87ef4a367157dc9 (diff)
downloadzsh-a5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd.tar.gz
zsh-a5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd.tar.xz
zsh-a5c5e7b17bde8ec475dd0c527d4dfe44fb89d7cd.zip
zsh-workers/9836
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zle/predict-on2
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