From 57c66cd91146046399410515122ea7e8416094cf Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 11 Feb 2000 12:57:18 +0000 Subject: zsh-workers/9679 --- Doc/Zsh/compsys.yo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 88903fe53..e54e5825b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1606,6 +1606,12 @@ If the tt(matcher) style is not set for one of the invocations of tt(_matcher), this has the same effect as setting it to the empty string: it makes the following completion function not use any match specifications besides those used by the functions themselves. + +Note that currently only the tt(_complete) completer and the +tt(_prefix) completer (if it has its own tt(completer) style +containing tt(_complete)) use the match specifications, so one doesn't +need to repeat all completers one wants to use after each call to +tt(_matcher) in the completer list. ) findex(_expand) item(tt(_expand))( -- cgit 1.4.1