diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-22 11:28:29 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-22 11:28:29 +0000 |
commit | 91f40b975f17242cfcdb8b9b2166033b7f02f102 (patch) | |
tree | 072e17fc4c6ef6307764fbdabafc2d112115f637 /Doc/Zsh/compwid.yo | |
parent | c955b76cc54a8db00d7d9708dfa405685ab63675 (diff) | |
download | zsh-91f40b975f17242cfcdb8b9b2166033b7f02f102.tar.gz zsh-91f40b975f17242cfcdb8b9b2166033b7f02f102.tar.xz zsh-91f40b975f17242cfcdb8b9b2166033b7f02f102.zip |
be more careful when decided if to insert tabs instead of completing (11493)
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r-- | Doc/Zsh/compwid.yo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 4614e4bd6..e2083baba 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -314,8 +314,7 @@ match to insert, given after a colon. For example, `tt(menu:2)' says to start menucompletion, beginning with the second match. Note that a value containing the substring `tt(tab)' makes the -matches generated be ignored and only the character that was used to -call the completion widget be inserted. +matches generated be ignored and only the TAB be inserted. Finally, it may also be set to tt(all), which makes all matches generated be inserted into the line. |