diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 01:29:12 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 01:29:12 +0200 |
commit | 1c3f90e3af0c3d6c8e946653169287baf5814ad4 (patch) | |
tree | 9b15e9ad8157bd8f9f697f6dc4e59146b6833c59 /Doc/Zsh/mod_computil.yo | |
parent | 1ffb184b46edd34d389af4e016abcaafec454d44 (diff) | |
parent | 9982ab6fb5266298c056326ed265fc8560202603 (diff) | |
download | zsh-1c3f90e3af0c3d6c8e946653169287baf5814ad4.tar.gz zsh-1c3f90e3af0c3d6c8e946653169287baf5814ad4.zip |
Merge commit '9982ab6fb5266298c056326ed265fc8560202603' into debian
This is exactly one commit after the zsh-5.0.7 and adds one missing
(and not unimportant) changelog entry for the 5.0.7 release.
Diffstat (limited to 'Doc/Zsh/mod_computil.yo')
-rw-r--r-- | Doc/Zsh/mod_computil.yo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/Zsh/mod_computil.yo b/Doc/Zsh/mod_computil.yo index 593f85ad3..af537c9c0 100644 --- a/Doc/Zsh/mod_computil.yo +++ b/Doc/Zsh/mod_computil.yo @@ -33,12 +33,12 @@ arguments are like the definition arguments to tt(_describe) itself. Once tt(compdescribe) has been called with either the tt(-i) or the tt(-I) option, it can be repeatedly called with the tt(-g) option and -the names of five arrays as its arguments. This will step through the -different sets of matches and store the options in the first array, -the strings with descriptions in the second, the matches for these in -the third, the strings without descriptions in the fourth, and the -matches for them in the fifth array. These are then directly given to -tt(compadd) to register the matches with the completion code. +the names of four parameters as its arguments. This will step through +the different sets of matches and store the value of tt(compstate[list]) +in the first scalar, the options for tt(compadd) in the second array, +the matches in the third array, and the strings to be displayed in the +completion listing in the fourth array. The arrays may then be directly +given to tt(compadd) to register the matches with the completion code. ) findex(compfiles) item(tt(compfiles))( |