This commit is contained in:
Joe Bloggs 2014-03-29 02:52:11 +00:00
parent 1f2305485b
commit 7ce65d97da
1 changed files with 1 additions and 1 deletions

View File

@ -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.