From 87b625f15f27067d2bdc94ab1a663bf7c3c1a893 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 4 Apr 2000 11:26:26 +0000 Subject: make _next_tags be usable with menu-completion --- Doc/Zsh/compwid.yo | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Doc/Zsh/compwid.yo') 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. ) -- cgit 1.4.1