From 686b08fd4e89f636caacadef9f6943f40e35580f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 24 Jan 2000 14:06:53 +0000 Subject: zsh-workers/9416 --- Completion/Core/_setup | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Core') 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 -- cgit 1.4.1