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-07-28 05:25:31 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-07-31 16:21:27 +0000
commit8d71a610af2a054e555cb2b97666e18f1964fdd6 (patch)
tree3b6a323d2a30414b2e75d1c3385b97c26f9bfdbd /Doc/Zsh/compsys.yo
parent0389fc3a7f41e41c4aec3d6d33de7e19b63d3502 (diff)
downloadzsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.tar.gz
zsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.tar.xz
zsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.zip
38959: Document 38956 (_widgets).
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 a50df999d..41864f813 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -5046,6 +5046,16 @@ Like tt(_tags) this function supports the tt(-C) option to give a
 different name for the argument context field.  The tt(-x) option has
 the same meaning as for tt(_description).
 )
+findex(_widgets)
+item(tt(_widgets) [ tt(-g) var(pattern) ])(
+This function completes names of zle widgets (see
+ifzman(the section `Widgets' in zmanref(zshzle))\
+ifnzman(noderef(Zle Widgets))\
+).  The var(pattern), if present, is matched against values of the tt($widgets)
+special parameter, documented in 
+ifzman(the section `The zsh/zleparameter Module' in zmanref(zshmodules))\
+ifnzman(noderef(The zsh/zleparameter Module)).
+)
 enditem()
 
 texinode(Completion Directories)()(Completion Functions)(Completion System)