summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Zsh/Context/_brace_parameter2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fbedf0ae2..4d5b91205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-02-25 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * unposted: Completion/Zsh/Context/_brace_parameter: Port 40617
+ to the completion.
+
* 40626: Src/Modules/parameter.c, Test/V06parameter.ztst:
Make $options re-settable.
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)#...})"