44970: _brace_parameter: Update the description of S flag

5.9
Sebastian Gniazdowski 5 years ago committed by Oliver Kiddle
parent bcde790c88
commit 6c0ebbe1d9

@ -1,3 +1,8 @@
2019-12-04 Oliver Kiddle <okiddle@yahoo.co.uk>
* Sebastian: 44970: Completion/Zsh/Context/_brace_parameter:
Update the description of S flag
2019-12-04 Martijn Dekker <martijn@inlv.org>
* 44981: Doc/Zsh/cond.yo, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,

@ -177,7 +177,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
"s:split words on specified string"
"Z:split words as if zsh command line (with options)"
# "_:extended flags, for future expansion"
"S:search substrings in #, %, / expressions"
"S:match non-greedy in /, // or search substrings in % and # expressions"
"I:search <argument>th match in #, %, / expressions"
"B:include index of beginning of match in #, % expressions"
"E:include index of one past end of match in #, % expressions"

Loading…
Cancel
Save