summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Zsh/Context/_brace_parameter1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c11bd3f98..8791e5dcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-05-14 Oliver Kiddle <opk@zsh.org>
+ * 35139: Completion/Zsh/Context/_brace_parameter: add (b) flag
+
* Øystein Walle: 34841 (tweaked): Src/builtin.c:
allow grouping of thousands in printf format string
diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter
index fcca4bf84..3955cb7a4 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -143,6 +143,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
"@:double-quoted splitting of scalars"
"A:create 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)#...})"
"C:capitalize words"
"D:perform directory name abbreviation"