From 51cb3f0a27ea185be2d703be822b2b4b23eba0b7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 3 Nov 1999 09:06:17 +0000 Subject: zsh-3.1.6-bart-8 --- Src/Modules/mathfunc.c | 2 +- Src/Zle/.distfiles | 6 ++++-- Src/Zle/complist.c | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'Src') diff --git a/Src/Modules/mathfunc.c b/Src/Modules/mathfunc.c index 770894ce8..67d5fd7d1 100644 --- a/Src/Modules/mathfunc.c +++ b/Src/Modules/mathfunc.c @@ -78,7 +78,7 @@ MF_TAN, MF_TANH, MF_Y0, MF_Y1, -MF_YN, +MF_YN }; /* 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); -- cgit 1.4.1