about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-15 13:19:26 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-15 13:19:26 +0000
commit1dc5677a419456cc23a5e9fa763fc01c35ff1791 (patch)
tree18cd0867fc321be62d4fc7abdfd7f322f173f474 /Doc
parent6ba3ec5ec416f5249dc94674a1ff76846321a25b (diff)
downloadzsh-1dc5677a419456cc23a5e9fa763fc01c35ff1791.tar.gz
zsh-1dc5677a419456cc23a5e9fa763fc01c35ff1791.tar.xz
zsh-1dc5677a419456cc23a5e9fa763fc01c35ff1791.zip
add _in_vared for completion inside vared; make insert-tab default to `false' there
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index af17d9434..45bae9f0d 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1258,7 +1258,8 @@ insert the TAB character if the completion code would normally do that
 (i.e. when there is no non-blank character to the left of the cursor
 yet). If set to `false', completion will be done even there.
 
-The default value of this style is `true'.
+The default value of this style is `true' unless when completing
+inside the tt(vared) builtin command, where it defaults to `false'.
 )
 kindex(insert-unambiguous, completion style)
 item(tt(insert-unambiguous))(