summaryrefslogtreecommitdiffstats
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-05 15:55:00 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-05 15:55:00 +0000
commit43822598ab8f28096ab8a01b487ce6603e4726ce (patch)
tree5bb59c9505425e0598d66d58c7efe0c8efee02ac /Functions
parentzsh-workers/9217 (diff)
downloadzsh-43822598ab8f28096ab8a01b487ce6603e4726ce.tar
zsh-43822598ab8f28096ab8a01b487ce6603e4726ce.tar.gz
zsh-43822598ab8f28096ab8a01b487ce6603e4726ce.tar.bz2
zsh-43822598ab8f28096ab8a01b487ce6603e4726ce.tar.lz
zsh-43822598ab8f28096ab8a01b487ce6603e4726ce.tar.xz
zsh-43822598ab8f28096ab8a01b487ce6603e4726ce.tar.zst
zsh-43822598ab8f28096ab8a01b487ce6603e4726ce.zip
zsh-workers/9219
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 8923d1a3b..6e67d5efa 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:predict${curcontext}" list always ]]
+ elif zstyle -t ":completion:predict${curcontext}" list always
then
compstate[force_list]=yes
fi