1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

zsh-workers/9416

This commit is contained in:
Tanaka Akira 2000-01-24 14:06:53 +00:00
parent c35ee6b885
commit 686b08fd4e
2 changed files with 4 additions and 3 deletions

View file

@ -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