mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
44001: _brace_parameter: Complete (q+)
This commit is contained in:
parent
96a7993801
commit
a76c6def15
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-01-21 dana <dana@dana.is>
|
||||
|
||||
* 44001: Completion/Zsh/Context/_brace_parameter: Complete (q+)
|
||||
|
||||
2018-01-18 dana <dana@dana.is>
|
||||
|
||||
* 43990: Completion/Linux/Command/_opkg: Support gain-privileges
|
||||
|
|
|
@ -119,6 +119,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
|
|||
flags+=(
|
||||
"q:quote with single quotes"
|
||||
"-:quote minimally for readability"
|
||||
"+:quote like q-, plus \$'...' for unprintable characters"
|
||||
)
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue