about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2019-01-08 14:19:19 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2019-01-08 14:19:19 +0000
commit88ad890c051648d62b9f12227ebc2adde44e9e66 (patch)
treea27cabe64e3935eab8a3d7d98c80a28b509fa728 /Doc
parent325fceab3b4ffa871777bacc420e0e8efcb0afb9 (diff)
downloadzsh-88ad890c051648d62b9f12227ebc2adde44e9e66.tar.gz
zsh-88ad890c051648d62b9f12227ebc2adde44e9e66.tar.xz
zsh-88ad890c051648d62b9f12227ebc2adde44e9e66.zip
users/23829: add and coument file-split-chars style
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index a5a9e5b5d..ba49fe298 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1568,6 +1568,16 @@ contains the string `tt(follow)', timestamps are associated with the
 targets of symbolic links; the default is to use the timestamps
 of the links themselves.
 )
+kindex(file-split-chars, completion style)
+item(tt(file-split-chars))(
+A set of characters that will cause em(all) file completions for
+the given context to be split at the point where any of the characters
+occurs.  A typical use is to set the style to tt(:); then everything
+up to and including the last tt(:) in the string so far is ignored when
+completing files.  As this is quite heavy-handed, it is usually
+preferable to update completion functions for contexts where this
+behaviour is useful.
+)
 kindex(filter, completion style)
 item(tt(filter))(
 The tt(ldap) plugin of email address completion (see tt(_email_addresses)) uses