about summary refs log tree commit diff
path: root/Doc/Zsh/compwid.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-04 11:26:26 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-04 11:26:26 +0000
commit87b625f15f27067d2bdc94ab1a663bf7c3c1a893 (patch)
tree40bbd8da967380ee1e03c0c24c32bfe7e2e4aebf /Doc/Zsh/compwid.yo
parent4df35781480766a5da9099daf16f78b89f36e651 (diff)
downloadzsh-87b625f15f27067d2bdc94ab1a663bf7c3c1a893.tar.gz
zsh-87b625f15f27067d2bdc94ab1a663bf7c3c1a893.tar.xz
zsh-87b625f15f27067d2bdc94ab1a663bf7c3c1a893.zip
make _next_tags be usable with menu-completion
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r--Doc/Zsh/compwid.yo6
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.
 )