summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Zsh/Context/_brace_parameter2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de38646c7..f688c669b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* 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 <argument>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"