diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compwid.yo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 8b3537100..e3f43e382 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -441,6 +441,7 @@ xitem([ tt(-W) var(file-prefix) ] [ tt(-d) var(array) ]) xitem([ tt(-J) var(name) ] [ tt(-V) var(name) ] [ tt(-X) var(explanation) ] [ tt(-x) var(message) ]) xitem([ tt(-r) var(remove-chars) ] [ tt(-R) var(remove-func) ]) xitem([ tt(-D) var(array) ] [ tt(-O) var(array) ] [ tt(-A) var(array) ]) +xitem([ tt(-E) var(number) ]) item([ tt(-M) var(match-spec) ] [ tt(--) ] [ var(words) ... ])( This builtin command can be used to add matches directly and control @@ -664,6 +665,17 @@ match. If no string is given, it will be shown as a string containing the strings that would be inserted for the other matches, truncated to the width of the screen. ) +item(tt(-E))( +This option adds var(number) empty matches after the var(words) have +been added. An empty match takes up space in completion listings but +will never be inserted in the line and can't be selected with menu +completion or menu selection. This makes empty matches only useful to +format completion lists and to make explanatory string be shown in +completion lists (since empty matches can be given display strings +with the tt(-d) option). And because all but one empty string would +otherwise be removed, this option implies the tt(-V) and tt(-1) +options (even if an explicit tt(-J) option is given). +) xitem(tt(-)) item(tt(-)tt(-))( This flag ends the list of flags and options. All arguments after it |