From 0911160d0723230b18305076a6bff30402906183 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 25 Feb 2003 14:55:50 +0000 Subject: fix out-of-date documentation for -value- completion and move description of special contexts from _complete's to #compdef's description --- Completion/Zsh/Context/_value | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Completion') diff --git a/Completion/Zsh/Context/_value b/Completion/Zsh/Context/_value index 15732f22c..47fbc1749 100644 --- a/Completion/Zsh/Context/_value +++ b/Completion/Zsh/Context/_value @@ -1,10 +1,10 @@ #compdef -value- -array-value- -value-,-default-,-default- # You can customize completion for different parameters by writing -# functions with the tag-line `#compdef -T value '. -# The function searches for the strings `:' -# and `'. If the line contains a command (as in `make foo=') -# the string `::' is also searched for. +# functions with the tag-line `#compdef -value-,,' where +# is the name of the parameter (or name-key when completing an +# associative array value) and is either `-default-' or the +# name of the command from the command-line. if [[ "$service" != -value-,* ]]; then local strs ctx= -- cgit 1.4.1