diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Context/_brace_parameter | 1 |
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" |