about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-10 14:57:47 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-10 14:57:47 +0000
commit47b06adb23359e23272bbf0a906ae5d15a230c03 (patch)
tree97e3386975f622ec4a0a591a7425352dfaec6434 /Doc
parentfc95f1a465638327704ba1bf28413b72c6a4226e (diff)
downloadzsh-47b06adb23359e23272bbf0a906ae5d15a230c03.tar.gz
zsh-47b06adb23359e23272bbf0a906ae5d15a230c03.tar.xz
zsh-47b06adb23359e23272bbf0a906ae5d15a230c03.zip
zsh-workers/9659
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 27cc3c094..c1b89ad56 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1695,6 +1695,11 @@ zstyle ':completion::prefix-1:::' completer _complete)
 The tt(add-space) style is used, too. If it is set to `true' then
 tt(_prefix) will insert a space between the matches generated (if any) 
 and the suffix.
+
+Note that using this completer will only work if the
+tt(COMPLETE_IN_WORD) option is set. Because otherwise the cursor will
+be set after the word before the completion code is called and hence
+there will be no suffix.
 )
 findex(_menu)
 item(tt(_menu))(