mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
users/22182: Propagate 22161 docs patch to completion descriptions.
This commit is contained in:
parent
16f5d222fc
commit
03bd5e287f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2016-12-10 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* users/22182: Completion/Zsh/Context/_brace_parameter: Propagate
|
||||||
|
22161 docs patch to completion descriptions.
|
||||||
|
|
||||||
2016-12-09 Oliver Kiddle <opk@zsh.org>
|
2016-12-09 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 40137: Doc/Zsh/compsys.yo: document _external_pwds
|
* 40137: Doc/Zsh/compsys.yo: document _external_pwds
|
||||||
|
|
|
@ -179,7 +179,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
|
||||||
"S:search substrings in #, %, / expressions"
|
"S:search substrings in #, %, / expressions"
|
||||||
"I:search <argument>th match in #, %, / expressions"
|
"I:search <argument>th match in #, %, / expressions"
|
||||||
"B:include index of beginning of match in #, %, / expressions"
|
"B:include index of beginning of match in #, %, / expressions"
|
||||||
"E:include index of end of match in #, %, / expressions"
|
"E:include index of one past end of match in #, %, / expressions"
|
||||||
"M:include matched portion in #, %, / expressions"
|
"M:include matched portion in #, %, / expressions"
|
||||||
"N:include length of match in #, % expressions"
|
"N:include length of match in #, % expressions"
|
||||||
"R:include rest (unmatched portion) in #, %, / expressions"
|
"R:include rest (unmatched portion) in #, %, / expressions"
|
||||||
|
|
Loading…
Reference in a new issue