diff options
Diffstat (limited to 'Functions/Zle/predict-on')
-rw-r--r-- | Functions/Zle/predict-on | 2 |
1 files changed, 1 insertions, 1 deletions
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 |