From 8d71a610af2a054e555cb2b97666e18f1964fdd6 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 28 Jul 2016 05:25:31 +0000 Subject: 38959: Document 38956 (_widgets). --- ChangeLog | 4 ++++ Doc/Zsh/compsys.yo | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index ed7de5c4f..970d3e423 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-07-31 Daniel Shahaf + + * 38959: Doc/Zsh/compsys.yo: Document 38956 (_widgets). + 2016-07-29 Daniel Shahaf * 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) -- cgit 1.4.1