about summary refs log tree commit diff
path: root/Completion/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core')
-rw-r--r--Completion/Core/_setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Core/_setup b/Completion/Core/_setup
index fa1495ced..4054f5ecc 100644
--- a/Completion/Core/_setup
+++ b/Completion/Core/_setup
@@ -3,6 +3,7 @@
 local val nm="$compstate[nmatches]"
 
 if zstyle -a ":completion${curcontext}:$1" list-colors val; then
+  zmodload -e zsh/complist || zmodload -i zsh/complist
   if [[ "$1" = default ]]; then
     ZLS_COLORS="${(j.:.)${(@)val:gs/:/\\\:}}"
   else