From 03c5dcb627b3083c5392594173917a4edc69eaf8 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 08:31:46 +0000 Subject: zsh-workers/9074 --- Functions/Zle/predict-on | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zle/predict-on b/Functions/Zle/predict-on index 49d815e26..8923d1a3b 100644 --- a/Functions/Zle/predict-on +++ b/Functions/Zle/predict-on @@ -119,7 +119,7 @@ predict-limit-list() { then compstate[list]='' compstate[force_list]=yes - elif zstyle ":completion${curcontext}:predict" list always ]] + elif zstyle ":completion:predict${curcontext}" list always ]] then compstate[force_list]=yes fi -- cgit 1.4.1