about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-16 17:14:48 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-18 01:34:52 +0000
commit13cfa036c8f9dd02688d3cb860abc75bcc64827d (patch)
treee8254b42a79002a59de972bedd92b82898593bbe /Doc/Zsh/compsys.yo
parenta8754b63fc505817a49b4e2de4c3b2f70382a52c (diff)
downloadzsh-13cfa036c8f9dd02688d3cb860abc75bcc64827d.tar.gz
zsh-13cfa036c8f9dd02688d3cb860abc75bcc64827d.tar.xz
zsh-13cfa036c8f9dd02688d3cb860abc75bcc64827d.zip
39657: Make a helper function global.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 260ace4ac..a56ca6721 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -4246,6 +4246,16 @@ This function completes words that are valid at command position: names of
 aliases, builtins, hashed commands, functions, and so on.  With the tt(-e)
 flag, only hashed commands are completed.  The tt(-) flag is ignored.
 )
+findex(_completers)
+item(tt(_completers) [ tt(-p) ])(
+This function completes names of completers.
+
+startitem()
+item(tt(-p))(
+Include the leading underscore (`tt(_)') in the matches.
+)
+enditem()
+)
 findex(_describe)
 redef(SPACES)(0)(tt(ifztexi(NOTRANS(@ @ @ @ @ @ @ @ @ @ ))ifnztexi(          )))
 xitem(tt(_describe )[tt(-12JVx)] [ tt(-oO) | tt(-t) var(tag) ] var(descr) var(name1) [ var(name2) ] [ var(opt) ... ])