From 7cc67a8a3702af11f7cda5fc18e19f8c75fffd54 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 29 Feb 2000 15:51:18 +0000 Subject: zsh-workers/9936 --- Src/Zle/complist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index 5a24c0e26..24dce4aff 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -745,7 +745,7 @@ clprintm(Cmgroup g, Cmatch *mp, int mc, int ml, int lastc, int width, } zcoff(); if (!lastc) { - zcputs(&mcolors, g->name, COL_NO); + zcputs(&mcolors, g->name, COL_SP); fputs(" ", shout); zcoff(); } -- cgit 1.4.1