From abf389c59fba6380b5c929c9c5f6fea427b7990e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 23 Feb 2000 11:23:04 +0000 Subject: zsh-workers/9837 --- 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 ad6ea7496..9d3da7532 100644 --- a/Functions/Zle/predict-on +++ b/Functions/Zle/predict-on @@ -64,7 +64,7 @@ insert-and-predict () { # get out of that `case'. repeat 1 do - zstyle -s ":completion:${curcontext}" cursor crs + zstyle -s ":completion:${curcontext}:" cursor crs case $crs in (complete) # At the place where the completion left it, if it is after -- cgit 1.4.1