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:
parent
c35ee6b885
commit
686b08fd4e
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue