From 7ce65d97da3cfc307781539385e608ecb7678c83 Mon Sep 17 00:00:00 2001 From: Joe Bloggs Date: Sat, 29 Mar 2014 02:52:11 +0000 Subject: [PATCH] update --- zsh-completions-howto.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org index 34fa070..ee4fc17 100644 --- a/zsh-completions-howto.org +++ b/zsh-completions-howto.org @@ -340,7 +340,7 @@ and if the first word is "loo" then the second word can be "yee" or "haa", in th cases there is no second word. For a good example of the usage of _regex_words have a look at the _ip function. -* complex completions with _values, _sep_parts, & _multi_parts +** complex completions with _values, _sep_parts, & _multi_parts The _values, _sep_parts & _multi_parts functions can be used either on their own, or as ACTIONs in specifications for _alternative, _arguments or _regex_arguments. The following examples may be instructive. See the [[http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-System][official documentation]] for more info.