about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-07-07 09:48:45 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-07-07 09:48:45 +0000
commit3ac50886a00231cf99c421f4e36bbc356c91cea2 (patch)
tree94afe64194e7454330740679c28e4d1d92f47128 /Doc
parentf92a529edc79d74ac0aa6c3b05a5824465d2cf29 (diff)
downloadzsh-3ac50886a00231cf99c421f4e36bbc356c91cea2.tar.gz
zsh-3ac50886a00231cf99c421f4e36bbc356c91cea2.tar.xz
zsh-3ac50886a00231cf99c421f4e36bbc356c91cea2.zip
18822: fix accept-exact style not not bail out when it shouldn't and add a
setting to continue on and do normal completion
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 3ea302872..e48a057f7 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1034,7 +1034,9 @@ words beginning with a tilde or parameter expansion should be
 expanded.  For example, if there are parameters
 tt(foo) and tt(foobar), the string `tt($foo)' will only be expanded if 
 tt(accept-exact) is set to `true'; otherwise the completion system will
-be allowed to complete tt($foo) to tt($foobar).
+be allowed to complete tt($foo) to tt($foobar). If the style is set to
+`continue', _expand will add the expansion as a match and the completion
+system will also be allowed to continue.
 )
 kindex(add-space, completion style)
 item(tt(add-space))(