about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-29 15:51:18 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-29 15:51:18 +0000
commit7cc67a8a3702af11f7cda5fc18e19f8c75fffd54 (patch)
tree57221ec5e537fa644d17b433d17743a1065019c5 /Src/Zle
parentab215f232b0b1b69999d57f4a0f1da5816581b4f (diff)
downloadzsh-7cc67a8a3702af11f7cda5fc18e19f8c75fffd54.tar.gz
zsh-7cc67a8a3702af11f7cda5fc18e19f8c75fffd54.tar.xz
zsh-7cc67a8a3702af11f7cda5fc18e19f8c75fffd54.zip
zsh-workers/9936
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/complist.c2
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();
 	}