diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-04 11:26:26 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-04 11:26:26 +0000 |
commit | 87b625f15f27067d2bdc94ab1a663bf7c3c1a893 (patch) | |
tree | 40bbd8da967380ee1e03c0c24c32bfe7e2e4aebf /Doc | |
parent | 4df35781480766a5da9099daf16f78b89f36e651 (diff) | |
download | zsh-87b625f15f27067d2bdc94ab1a663bf7c3c1a893.tar.gz zsh-87b625f15f27067d2bdc94ab1a663bf7c3c1a893.tar.xz zsh-87b625f15f27067d2bdc94ab1a663bf7c3c1a893.zip |
make _next_tags be usable with menu-completion
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compwid.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 775ead546..a89c0cc16 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -290,6 +290,12 @@ one more than the maximum selects the first. Unless the value of this key ends in a space, the match is inserted as in a menu-completion, i.e. without automatically appending a space. +Both tt(menu) and tt(automenu) may also specify the the number of the +match to insert, given after a colon, optionally followed by a second +colon and a group number. For example, `tt(menu:2)' says to start +menu-completion, beginning with the second match and `tt(menu:3:2)' +says to start menu-completion with the third match in the second group. + It may also be set to tt(all), which makes all matches generated be inserted into the line. ) |