From 781a5bd4b1ac91e18bd58470030fac8f15d6a432 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 18 May 2000 09:22:31 +0000 Subject: small doc fix; make compcall autoload compctl module (11457) --- ChangeLog | 5 +++++ Doc/Zsh/compsys.yo | 2 +- Src/Zle/compctl.mdd | 7 +++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a619e2e64..02d1dd253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-18 Sven Wischnowsky + + * 11457: Doc/Zsh/compsys.yo, Src/Zle/compctl.mdd: small doc fix; + make compcall autoload compctl module + 2000-05-18 Peter Stephenson * pws: 11455: Completion/Core/_oldlist: old-menu defaults on. diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index cd66f2e22..1638e5406 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1486,7 +1486,7 @@ example, with the tt(MENU_COMPLETE) option). In addition to (or instead of) the above possibilities, the value may contain the string `tt(select)', optionally followed by an equal sign and a -number. In this case menu-selection (as defined by the tt(zsh/computil) +number. In this case menu-selection (as defined by the tt(zsh/complist) module) will be started. Without the optional number, it will be started unconditionally and with a number it will be started only if at least that many matches are generated; if the values for more than one tag provide a diff --git a/Src/Zle/compctl.mdd b/Src/Zle/compctl.mdd index c83ecda29..b4e1756fb 100644 --- a/Src/Zle/compctl.mdd +++ b/Src/Zle/compctl.mdd @@ -1,5 +1,8 @@ -moddeps="comp1" +name=zsh/compctl -autobins="compctl" +moddeps="zsh/complete zsh/zle" +autobins="compctl compcall" + +headers="compctl.h" objects="compctl.o" -- cgit 1.4.1