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 --- Completion/User/_gunzip | 2 +- Functions/Zle/predict-on | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Completion/User/_gunzip b/Completion/User/_gunzip index 936420fe1..90bdd56a2 100644 --- a/Completion/User/_gunzip +++ b/Completion/User/_gunzip @@ -3,4 +3,4 @@ local expl _description files expl 'compressed file' -_files "$expl[@]" -g '*.([tT]|)[gG][z]' +_files "$expl[@]" -g '*.([tT]|)[gG][zZ]' 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