From 1f09b2909dd21ecb58a67125f340466da50e92b0 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sat, 18 Apr 2009 07:26:56 +0000 Subject: users/14033 as modified by users/14037 and added doc: allow colon quoting in matches in _describe --- Doc/Zsh/compsys.yo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index f7e47b1e1..e4272b654 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -4016,7 +4016,8 @@ The var(descr) is taken as a string to display above the matches if the tt(format) style for the tt(descriptions) tag is set. This is followed by one or two names of arrays followed by options to pass to tt(compadd). The first array contains the possible completions with their descriptions in -the form `var(completion)tt(:)var(description)'. If a second array is +the form `var(completion)tt(:)var(description)'. Any literal colons in +var(completion) must be quoted with a backslash. If a second array is given, it should have the same number of elements as the first; in this case the corresponding elements are added as possible completions instead of the var(completion) strings from the first array. The completion list -- cgit 1.4.1