From a514ad4924c3447abf0e55e5ea7722fbe9d6ac09 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 23 Feb 2000 17:20:27 +0000 Subject: zsh-workers/9844 --- 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 9d3da7532..04cba8297 100644 --- a/Functions/Zle/predict-on +++ b/Functions/Zle/predict-on @@ -56,7 +56,7 @@ insert-and-predict () { local crs curcontext="${curcontext}" [[ -z "$curcontext" ]] && curcontext=::: - curcontext="${curcontext#*:}predict:" + curcontext="predict:${curcontext#*:}" comppostfuncs=( predict-limit-list ) zle complete-word -- cgit 1.4.1