summaryrefslogtreecommitdiffstats
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-16 08:31:46 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-16 08:31:46 +0000
commit03c5dcb627b3083c5392594173917a4edc69eaf8 (patch)
treeda0318f456ba0f32976d12a4210aef1b75795ec0 /Functions
parentzsh-3.1.6-pws-12 (diff)
downloadzsh-03c5dcb627b3083c5392594173917a4edc69eaf8.tar
zsh-03c5dcb627b3083c5392594173917a4edc69eaf8.tar.gz
zsh-03c5dcb627b3083c5392594173917a4edc69eaf8.tar.bz2
zsh-03c5dcb627b3083c5392594173917a4edc69eaf8.tar.lz
zsh-03c5dcb627b3083c5392594173917a4edc69eaf8.tar.xz
zsh-03c5dcb627b3083c5392594173917a4edc69eaf8.tar.zst
zsh-03c5dcb627b3083c5392594173917a4edc69eaf8.zip
zsh-workers/9074
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zle/predict-on2
1 files changed, 1 insertions, 1 deletions
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