about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-05-15 00:13:30 +0200
committerOliver Kiddle <opk@zsh.org>2015-05-15 00:13:30 +0200
commit15aa99b0fe987920df8a06a7996d8398e75d3b2a (patch)
treedc1cc8466b6d962a0f1adab224f56975cb08d98e /Completion
parent63ffbab84d5071bea0fdb2c8b16368283ec75253 (diff)
downloadzsh-15aa99b0fe987920df8a06a7996d8398e75d3b2a.tar.gz
zsh-15aa99b0fe987920df8a06a7996d8398e75d3b2a.tar.xz
zsh-15aa99b0fe987920df8a06a7996d8398e75d3b2a.zip
35139: complete the new (b) parameter flag
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Zsh/Context/_brace_parameter1
1 files changed, 1 insertions, 0 deletions
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"