diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-07-28 05:25:31 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-07-31 16:21:27 +0000 |
commit | 8d71a610af2a054e555cb2b97666e18f1964fdd6 (patch) | |
tree | 3b6a323d2a30414b2e75d1c3385b97c26f9bfdbd /Doc/Zsh | |
parent | 0389fc3a7f41e41c4aec3d6d33de7e19b63d3502 (diff) | |
download | zsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.tar.gz zsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.tar.xz zsh-8d71a610af2a054e555cb2b97666e18f1964fdd6.zip |
38959: Document 38956 (_widgets).
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 10 |
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) |