summaryrefslogtreecommitdiff
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
parent0389fc3a7f41e41c4aec3d6d33de7e19b63d3502 (diff)
downloadzsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.tar.gz
zsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.zip
38959: Document 38956 (_widgets).
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compsys.yo10
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed7de5c4f..970d3e423 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-31 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * 38959: Doc/Zsh/compsys.yo: Document 38956 (_widgets).
+
2016-07-29 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Completion/Unix/Command/_subversion: _svnadmin:
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)