1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

small doc fix; make compcall autoload compctl module (11457)

This commit is contained in:
Sven Wischnowsky 2000-05-18 09:22:31 +00:00
parent c515a58aca
commit 781a5bd4b1
3 changed files with 11 additions and 3 deletions

@ -1,3 +1,8 @@
2000-05-18 Sven Wischnowsky <wischnow@zsh.org>
* 11457: Doc/Zsh/compsys.yo, Src/Zle/compctl.mdd: small doc fix;
make compcall autoload compctl module
2000-05-18 Peter Stephenson <pws@cambridgesiliconradio.com>
* pws: 11455: Completion/Core/_oldlist: old-menu defaults on.

@ -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

@ -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"