diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-23 00:10:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-23 00:10:24 +0000 |
commit | 485a008075ce19bfdf19922c803d1637ebb5255e (patch) | |
tree | fce4fa1a9d5ca8b236760b8c9b05bb06e7d9a801 /Doc/Zsh/compsys.yo | |
parent | 21307324337a613ef53e437219ddcbc3f3bb53ff (diff) | |
download | zsh-485a008075ce19bfdf19922c803d1637ebb5255e.tar.gz zsh-485a008075ce19bfdf19922c803d1637ebb5255e.tar.xz zsh-485a008075ce19bfdf19922c803d1637ebb5255e.zip |
24585: completion for glob qualifiers plus
bug fix for _alternative
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 04fc6ecfa..c609991d6 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1262,6 +1262,15 @@ This style is used by the tt(_list) completer function to decide if insertion of matches should be delayed unconditionally. The default is `true'. ) +kindex(delimiters, completion style) +item(tt(delimiters))( +This style is used when adding a delimiter for use with history +modifiers or glob qualifiers that have delimited arguments. It is +an array of preferred delimiters to add. Non-special characters are +preferred as the completion system may otherwise become confused. +The default list is tt(:), tt(+), tt(/), tt(-), tt(%). The list +may be empty to force a delimiter to be typed. +) kindex(disabled, completion style) item(tt(disabled))( If this is set to `true', the tt(_expand_alias) completer and bindable |