1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-30 19:30:58 +01:00

unposted: Port 40617 to the completion.

This commit is contained in:
Daniel Shahaf 2017-02-25 09:08:45 +00:00
parent 6c476c2211
commit 5a32ced1be
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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)#...})"