about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-27 16:18:37 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-27 16:18:37 +0000
commit8a8428beaeeef5f0bb466e3649469a09fe268629 (patch)
tree2b485c6ad1a9130e2ebdaba034f96c05a4518405 /Functions
parent2082d99be34cba5e6e4ab14c85086739b3cc8688 (diff)
downloadzsh-8a8428beaeeef5f0bb466e3649469a09fe268629.tar.gz
zsh-8a8428beaeeef5f0bb466e3649469a09fe268629.tar.xz
zsh-8a8428beaeeef5f0bb466e3649469a09fe268629.zip
zsh-workers/8448
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zle/predict-on1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Zle/predict-on b/Functions/Zle/predict-on
index 839c8a1fd..5d52c399a 100644
--- a/Functions/Zle/predict-on
+++ b/Functions/Zle/predict-on
@@ -118,6 +118,7 @@ predict-limit-list() {
     compstate[list]=''
     compstate[force_list]=yes
   elif [[ $compconfig[predict_list] = always ]]
+  then
     compstate[force_list]=yes
   fi
 }