about summary refs log tree commit diff
path: root/Functions/Zle/predict-on
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zle/predict-on')
-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
 }