about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-16 17:10:03 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-16 17:10:03 +0000
commit041514beb7fe52702ee5e04c7c1a20c11d39053e (patch)
tree6cc660e7df9b0de08748ee026a7f0699e4fa503a /Doc
parent2ed1c1d759524177ee1ebe07d1ce9673a4d92c23 (diff)
downloadzsh-041514beb7fe52702ee5e04c7c1a20c11d39053e.tar.gz
zsh-041514beb7fe52702ee5e04c7c1a20c11d39053e.tar.xz
zsh-041514beb7fe52702ee5e04c7c1a20c11d39053e.zip
zsh-workers/9764
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index bbef94900..c3ae77ec0 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2082,6 +2082,13 @@ tar file in an array and then calls this function to complete these
 names in the way normal filenames are completed by the
 tt(_path_files) function.
 
+If given the tt(-i) option a single match left will be accepted
+immediatly even if that means that additional parts for which no
+separators were on the line are to be inserted. When completing from a 
+fixed set of possible completions which are really words, this is
+often the expected behaviour. But if tt(_multi_parts) should behave
+like completing pathnames, the tt(-i) option should not be used.
+
 Like other utility functions, this function accepts the `tt(-V)',
 `tt(-J)', `tt(-1)', `tt(-2)', `tt(-n)', `tt(-X)', `tt(-M)', `tt(-P)',
 `tt(-S)', `tt(-r)', `tt(-R)', and `tt(-q)' options and passes them to