From 485a008075ce19bfdf19922c803d1637ebb5255e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 23 Feb 2008 00:10:24 +0000 Subject: 24585: completion for glob qualifiers plus bug fix for _alternative --- Doc/Zsh/compsys.yo | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Doc') 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 -- cgit 1.4.1