about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/.distfiles6
-rw-r--r--Src/Zle/complist.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/Src/Zle/.distfiles b/Src/Zle/.distfiles
index 34ae06000..145174b7b 100644
--- a/Src/Zle/.distfiles
+++ b/Src/Zle/.distfiles
@@ -1,10 +1,12 @@
 DISTFILES_SRC='
     .cvsignore .distfiles .exrc
-    comp1.mdd comp.h comp1.c comp1.export
-    compctl.mdd compctl.c
+    comp.h complete.mdd complete.c
+    compcore.c compmatch.c compresult.c
+    compctl.mdd compctl.c compctl.h compctl.export
     complist.mdd complist.c
     computil.mdd computil.c
     deltochar.mdd deltochar.c
+    zleparameter.mdd zleparameter.c
     zle.mdd iwidgets.list zle.h zle_bindings.c zle_hist.c
     zle_keymap.c zle_main.c zle_misc.c zle_move.c zle_params.c
     zle_refresh.c zle_things.sed zle_thingy.c zle_tricky.c
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c
index 405f3a6d2..ea11edcd5 100644
--- a/Src/Zle/complist.c
+++ b/Src/Zle/complist.c
@@ -409,7 +409,7 @@ clprintm(Cmgroup g, Cmatch *mp, int mc, int ml, int lastc, int width,
 	nicezputs((m->disp ? m->disp : m->str), shout);
 	len = niceztrlen(m->disp ? m->disp : m->str);
 
-        if (isset(LISTTYPES) && buf) {
+	 if (isset(LISTTYPES) && buf) {
 	    if (m->gnum != mselect) {
 		zcoff();
 		zcputs(&mcolors, COL_TC);