diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2019-01-25 22:46:55 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2019-01-25 22:46:55 +0100 |
commit | 7b75d97c1e43461a844be04ae4d36c3437213fa7 (patch) | |
tree | 5301a4a542b5731bc3f46babe340a5edd44587bc /Doc/Zsh/compsys.yo | |
parent | 95401e8336912dab76912adc7b45e6337fc436a3 (diff) | |
parent | 9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14 (diff) | |
download | zsh-7b75d97c1e43461a844be04ae4d36c3437213fa7.tar.gz zsh-7b75d97c1e43461a844be04ae4d36c3437213fa7.zip |
New upstream release 5.7
Merge branch 'upstream' at 'zsh-5.7' into branch debian
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 10 |
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 |