From 03bd5e287f0a58383b371c0bf4a12f5dbf96a84e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 10 Dec 2016 14:56:13 +0000 Subject: users/22182: Propagate 22161 docs patch to completion descriptions. --- ChangeLog | 5 +++++ Completion/Zsh/Context/_brace_parameter | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de38646c7..f688c669b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-12-10 Daniel Shahaf + + * users/22182: Completion/Zsh/Context/_brace_parameter: Propagate + 22161 docs patch to completion descriptions. + 2016-12-09 Oliver Kiddle * 40137: Doc/Zsh/compsys.yo: document _external_pwds diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter index e4f5e6639..aa1572176 100644 --- a/Completion/Zsh/Context/_brace_parameter +++ b/Completion/Zsh/Context/_brace_parameter @@ -179,7 +179,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then "S:search substrings in #, %, / expressions" "I:search th 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" "N:include length of match in #, % expressions" "R:include rest (unmatched portion) in #, %, / expressions" -- cgit 1.4.1