From 5a32ced1be6baf4bafce1057b02376adcc58914f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 25 Feb 2017 09:08:45 +0000 Subject: unposted: Port 40617 to the completion. --- Completion/Zsh/Context/_brace_parameter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter index aa1572176..f22db8895 100644 --- a/Completion/Zsh/Context/_brace_parameter +++ b/Completion/Zsh/Context/_brace_parameter @@ -141,7 +141,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then flags+=( "#:evaluate as numeric expression" "@:double-quoted splitting of scalars" - "A:create array parameter" + "A:assign as an array parameter" "a:sort in array index order (with O to reverse)" "b:backslash quote pattern characters only" "c:count characters in an array (with \${(c)#...})" -- cgit 1.4.1