diff options
Diffstat (limited to 'Src/Zle/complist.c')
-rw-r--r-- | Src/Zle/complist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |